mirror of
https://github.com/aap/pdp6.git
synced 2026-03-05 02:55:09 +00:00
Include <SDL.h>, etc instead of <SDL2/...>; as per SDL2 recommendation..
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "pdp6.h"
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
|
||||
//#define JUSTTESTING
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "pdp6.h"
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
|
||||
char *joy_ident = JOY_IDENT;
|
||||
char *ojoy_ident = OJOY_IDENT;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "pdp6.h"
|
||||
#include <stdarg.h>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_image.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_image.h>
|
||||
#include "args.h"
|
||||
|
||||
#include "../art/panelart.inc"
|
||||
|
||||
Reference in New Issue
Block a user