]> git.jsancho.org Git - lugaru.git/blobdiff - Source/gamegl.h
Lots of input work...demo is now fully playable.
[lugaru.git] / Source / gamegl.h
index 6f130c112feae2e7e536c780b6e1c0cf3d70d363..1479e4b4ebf616f9152f9fbf36f0bcd9cfc29893 100644 (file)
@@ -11,6 +11,7 @@
 
 #ifndef WIN32
   #if PLATFORM_LINUX
+    #define GL_GLEXT_PROTOTYPES
     #include "gl.h"
     #include "glu.h"
     #include "glext.h"
@@ -52,3 +53,4 @@ using namespace std;
 
 #endif
 
+