X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FGraphic%2Fgamegl.hpp;h=b824a438dc0d1e7686a72d099ffe359f9a40d681;hp=706c2b9eb86e88f399a559a2794ecd99e7b42088;hb=6a8cb464330e92163c8feaf101b8b5837c973bba;hpb=5fca41ab430df85d6dd620a7f4130df01bc1430f diff --git a/Source/Graphic/gamegl.hpp b/Source/Graphic/gamegl.hpp index 706c2b9..b824a43 100644 --- a/Source/Graphic/gamegl.hpp +++ b/Source/Graphic/gamegl.hpp @@ -31,29 +31,27 @@ along with Lugaru. If not, see . #include #ifdef WIN32 - #define WIN32_LEAN_AND_MEAN - #define Polygon WinPolygon - #include - #undef Polygon +#define WIN32_LEAN_AND_MEAN +#define Polygon WinPolygon +#include +#undef Polygon #endif #define GL_GLEXT_PROTOTYPES 1 #ifdef __APPLE__ - #include - #include - #include +#include +#include +#include #else - #include - #include - #include +#include +#include +#include #endif using namespace std; /* !!! FIXME: until we replace logger better. --ryan. */ #define LOGFUNC -void LOG(const std::string &fmt, ...); +void LOG(const std::string& fmt, ...); #endif - -