]> 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 d39b739014624add83b61819f922e4b782c44376..a112d0a47697684f893d76897686707bd8f8b763 100644 (file)
 
 extern GLuint rabbittexture;
 
+#ifndef TRUE
+#define TRUE 1
+#endif
+
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 
 class Game             
 {
@@ -271,4 +279,4 @@ public:
 
 };
 
-#endif
\ No newline at end of file
+#endif