include sdl header instead of defining SDL_KeyboardEvent

This commit is contained in:
Christopher Mosher 2012-06-19 20:32:44 -04:00
parent 325df1b862
commit 638e3dfe92
1 changed files with 1 additions and 1 deletions

View File

@ -27,10 +27,10 @@
#include "keyboardbuffermode.h"
#include "hypermode.h"
#include "clipboardhandler.h"
#include <SDL/SDL.h>
class Timable;
class Config;
struct SDL_KeyboardEvent;
class Emulator
{