glew/GL fixes

This commit is contained in:
erwincoumans 2015-04-16 15:38:08 -07:00
parent b33d17f91c
commit ffb0cab2e7

View File

@ -5,7 +5,13 @@
#include "Gwen/Texture.h"
#include <math.h>
#include "../OpenGLWindow/OpenGLInclude.h"
#if defined(__APPLE__) && !defined (VMDMESA)
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.h>
#else
#include "CustomGL/glew.h"
#endif
#include "FontData.h"