]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
More work.
[lugaru.git] / Source / Game.h
index 6a7644cab4a57327377436ea30874c863b5b7b87..d39b739014624add83b61819f922e4b782c44376 100644 (file)
@@ -1,12 +1,10 @@
 #ifndef _GAME_H_
 #define _GAME_H_
 
-#ifndef WIN32
 #ifdef PLATFORM_MACOSX
 #include <Carbon.h>
 #include "Quicktime.h"
 #endif
-#endif
 
 //Jordan included glut.h
 //#include <glut.h>
@@ -16,7 +14,7 @@
 #include "WinInput.h"
 #elif USE_SDL
 #include "SDL.h"
-//#include "SDLInput.h"
+#include "SDLInput.h"
 #else
 #include "Macinput.h"
 #endif