Android has OpenGL ES too...

This commit is contained in:
Sam Lantinga
2011-01-04 20:37:07 -08:00
parent 49a4522f6f
commit a07035dc79

View File

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