rnd-20080426-1-src
[rocksndiamonds.git] / src / libgame / sdl.h
index 19ead5e5200254255dd6ff022ee4a7c4fb3dee5c..62196e1aadff8bc25ca1b67a080eb4b4bd35c0b2 100644 (file)
@@ -19,7 +19,9 @@
 #include <SDL_mixer.h>
 #include <SDL_net.h>
 #include <SDL_thread.h>
-
+#if defined(PLATFORM_WIN32)
+#include <SDL_syswm.h>
+#endif
 
 /* definitions needed for "system.c" */
 
@@ -375,6 +377,7 @@ void SDLOpenAudio(void);
 void SDLCloseAudio(void);
 
 void SDLNextEvent(Event *);
+void SDLHandleWindowManagerEvent(Event *);
 
 void HandleJoystickEvent(Event *);
 void SDLInitJoysticks(void);