]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
More work: compiles, missing like 5 symbols.
[lugaru.git] / Source / Game.h
index 5be8ce45fb26a5663b03c44d424be357a839a2c9..92bac482fa967aa2c59d64c384f70727f41d3d83 100644 (file)
 
 extern GLuint rabbittexture;
 
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-
 class Game             
 {
 public: