diff options
Diffstat (limited to 'engines/wintermute/PlatformSDL.h')
-rw-r--r-- | engines/wintermute/PlatformSDL.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/wintermute/PlatformSDL.h b/engines/wintermute/PlatformSDL.h index 788a534983..cfb5b6e930 100644 --- a/engines/wintermute/PlatformSDL.h +++ b/engines/wintermute/PlatformSDL.h @@ -34,13 +34,10 @@ #include "wintypes.h"
#include "common/events.h"
-union SDL_Event;
-
namespace WinterMute {
class CBGame;
-
//////////////////////////////////////////////////////////////////////////
class CBPlatform {
public:
@@ -82,7 +79,7 @@ public: static char *strlwr(char *string);
// sdl event callback
- static int SDLEventWatcher(void *userdata, SDL_Event *event);
+ static int SDLEventWatcher(void *userdata, Common::Event *event);
private:
static CBGame *Game;
|