Fix missing type also for ogl-es2

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@3794 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2011-06-05 21:46:47 +00:00
parent d26c553a5b
commit 44b271aedf
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@
#include <EGL/egl.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
// seems to be missing...
typedef char GLchar;
#if defined(_IRR_OGLES2_USE_EXTPOINTER_)
#include "gles2-ext.h"
#endif
namespace irr
{