comparison test/testgles.c @ 4961:c92950635837

Android has OpenGL ES too...
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2011 20:37:07 -0800
parents 55541ddf13e3
children
comparison
equal deleted inserted replaced
4960:0ab2492f2e17 4961:c92950635837
3 #include <string.h> 3 #include <string.h>
4 #include <math.h> 4 #include <math.h>
5 5
6 #include "common.h" 6 #include "common.h"
7 7
8 #ifdef __IPHONEOS__ 8 #if defined(__IPHONEOS__) || defined(__ANDROID__)
9 #define HAVE_OPENGLES 9 #define HAVE_OPENGLES
10 #endif 10 #endif
11 11
12 #ifdef HAVE_OPENGLES 12 #ifdef HAVE_OPENGLES
13 13