ANDROID: define GL_GLEXT_PROTOTYPES

define GL_GLEXT_PROTOTYPES so that the function prototype of glDrawTexiOES in <GLES/gl.h> is found.
This commit is contained in:
Tobias Gunkel 2012-04-30 15:39:13 +02:00
parent 228cc7ac64
commit 9a8ae3c60f

View file

@ -25,6 +25,7 @@
#if defined(__ANDROID__)
#define GL_GLEXT_PROTOTYPES
#include <GLES/gl.h>
#include "graphics/surface.h"