- mistakenly committed these during the dos delete... reverting changes
This commit is contained in:
parent
31feffda2f
commit
9c030abf64
|
@ -1,5 +1,5 @@
|
|||
#ifdef SDL
|
||||
#include <SDL/SDL.h>
|
||||
#include <SDL.h>
|
||||
#define SDLK_A SDLK_a
|
||||
#define SDLK_B SDLK_b
|
||||
#define SDLK_C SDLK_c
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <SDL/SDL.h>
|
||||
#include <SDL.h>
|
||||
#include "main.h"
|
||||
#include "dface.h"
|
||||
#include "input.h"
|
||||
|
|
Loading…
Reference in New Issue