- mistakenly committed these during the dos delete... reverting changes

This commit is contained in:
soules 2006-07-28 02:43:49 +00:00
parent 31feffda2f
commit 9c030abf64
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#include <SDL/SDL.h>
#include <SDL.h>
#include "main.h"
#include "dface.h"
#include "input.h"