X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGraphic%2Fgamegl.hpp;h=706c2b9eb86e88f399a559a2794ecd99e7b42088;hb=0aab437dc560d2afa982e61cc2547756ad7b0761;hp=0b5f69380d50b90d2f9a0b77c0784574ebf7325d;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Graphic/gamegl.hpp b/Source/Graphic/gamegl.hpp index 0b5f693..706c2b9 100644 --- a/Source/Graphic/gamegl.hpp +++ b/Source/Graphic/gamegl.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -21,7 +21,7 @@ along with Lugaru. If not, see . #ifndef _GAMEGL_HPP_ #define _GAMEGL_HPP_ -#include "MacCompatibility.hpp" +#include "Platform/Platform.hpp" #include #include @@ -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;