diff options
Diffstat (limited to 'make/stub_includes/common/gles1.c')
-rwxr-xr-x | make/stub_includes/common/gles1.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/make/stub_includes/common/gles1.c b/make/stub_includes/common/gles1.c deleted file mode 100755 index 63df1c967..000000000 --- a/make/stub_includes/common/gles1.c +++ /dev/null @@ -1,9 +0,0 @@ -#define GLAPI -#define GL_APICALL - -// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in -// "glext.h" are parsed. -#define GL_GLEXT_PROTOTYPES - -#include <GLES/gl.h> -#include <GLES/glext.h> |