gles gl.h support

This commit is contained in:
Mischa Spiegelmock
2016-07-31 16:11:59 -07:00
parent 0a59697783
commit afed3e81be

View File

@ -11,8 +11,12 @@
#include <SDL2/SDL.h>
#ifdef __linux__
#ifdef USE_GLES1
#include <GLES/gl.h>
#else
#include <GL/gl.h>
#endif
#endif
#ifdef __APPLE__
#include <OpenGL/gl.h>