From 9a8ae3c60f8af276e44cbc8bd75f55ae5d830f59 Mon Sep 17 00:00:00 2001 From: Tobias Gunkel Date: Mon, 30 Apr 2012 15:39:13 +0200 Subject: [PATCH] ANDROID: define GL_GLEXT_PROTOTYPES define GL_GLEXT_PROTOTYPES so that the function prototype of glDrawTexiOES in is found. --- backends/platform/android/texture.h | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/platform/android/texture.h b/backends/platform/android/texture.h index 4307b5a1bcc..84feeb2aea3 100644 --- a/backends/platform/android/texture.h +++ b/backends/platform/android/texture.h @@ -25,6 +25,7 @@ #if defined(__ANDROID__) +#define GL_GLEXT_PROTOTYPES #include #include "graphics/surface.h"