X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fgamegl.h;h=1479e4b4ebf616f9152f9fbf36f0bcd9cfc29893;hb=bcb5c54b2b6170c185583c18f5ec97b0bb813f0a;hp=bc36ba9ba99b8c7f2a2541316b765b51af81b3b8;hpb=8562aa5bebc97ea8a61d056aec3847030c6985b7;p=lugaru.git diff --git a/Source/gamegl.h b/Source/gamegl.h index bc36ba9..1479e4b 100644 --- a/Source/gamegl.h +++ b/Source/gamegl.h @@ -11,6 +11,7 @@ #ifndef WIN32 #if PLATFORM_LINUX + #define GL_GLEXT_PROTOTYPES #include "gl.h" #include "glu.h" #include "glext.h" @@ -29,7 +30,7 @@ #include #include #include - #include "WinDefs.h" + #include "MacCompatibility.h" #include "il/ilut.h" #define glDeleteTextures( a, b) glDeleteTextures( (a), (const unsigned int *)(b) ); @@ -52,3 +53,4 @@ using namespace std; #endif +