GRAPHICS: Update system_headers.h for regular OpenGL

This commit is contained in:
Dries Harnie 2014-01-31 00:09:16 +01:00 committed by Dries Harnie
parent f5549e86a1
commit c13a6613e6

View File

@ -46,8 +46,13 @@
# define GL_BGRA GL_BGRA_EXT
#endif
#else
#elif defined(USE_OPENGL_SHADERS)
#include <GL/glew.h>
#elif defined(SDL_BACKEND)
#include <SDL_opengl.h>
#else
#include <GL/gl.h>
#include <GL/glu.h>
#endif
#endif