X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGraphic%2Fgamegl.hpp;h=f9c6d2b0faf7d419bacd15b9a6d7d979afbf3621;hb=e60cbd7add6123d81b3c35543296449b5d02cbaa;hp=0b5f69380d50b90d2f9a0b77c0784574ebf7325d;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Graphic/gamegl.hpp b/Source/Graphic/gamegl.hpp index 0b5f693..f9c6d2b 100644 --- a/Source/Graphic/gamegl.hpp +++ b/Source/Graphic/gamegl.hpp @@ -38,9 +38,15 @@ along with Lugaru. If not, see . #endif #define GL_GLEXT_PROTOTYPES 1 -#include -#include -#include +#ifdef __APPLE__ + #include + #include + #include +#else + #include + #include + #include +#endif using namespace std;