Android has OpenGL ES too...

This commit is contained in:
Sam Lantinga 2011-01-04 20:37:07 -08:00
parent 63925f3c8f
commit 6736ca0525

View file

@ -5,7 +5,7 @@
#include "common.h" #include "common.h"
#ifdef __IPHONEOS__ #if defined(__IPHONEOS__) || defined(__ANDROID__)
#define HAVE_OPENGLES #define HAVE_OPENGLES
#endif #endif