git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5403 dfc29bdd-3216-0410-991c-e03cc46cb475

master
cutealien 2017-04-07 14:22:22 +00:00
parent 5dae8edba4
commit 7b62795877
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
#include <GLES2/gl2ext.h>
#include <EGL/eglplatform.h>
#else
#if defined(_IRR_OPENGL_USE_EXTPOINTER_)
#define GL_GLEXT_PROTOTYPES 1
#define GLX_GLXEXT_PROTOTYPES 1
#endif
#include <GLES2/gl2.h>
#include <EGL/eglplatform.h>
typedef char GLchar;