]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Added newline to all the source/headers in Source.
[lugaru.git] / Source / Game.h
index 6a7644cab4a57327377436ea30874c863b5b7b87..a112d0a47697684f893d76897686707bd8f8b763 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
 
 extern GLuint rabbittexture;
 
+#ifndef TRUE
+#define TRUE 1
+#endif
+
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 
 class Game             
 {
@@ -273,4 +279,4 @@ public:
 
 };
 
-#endif
\ No newline at end of file
+#endif