From 5a322df4da3102ae0c8d3bc3071386dc5f21e580 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Oct 2012 02:24:54 +0300 Subject: Add OpenGL support for Android builds (partially). --- src/normalopenglgraphics.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/normalopenglgraphics.h') diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index b6a09728e..35bdf557e 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -31,11 +31,15 @@ #include "resources/fboinfo.h" -//#define NO_SDL_GLEXT +#ifdef ANDROID +#include +#include +#include +#else #define GL_GLEXT_PROTOTYPES 1 - #include #include +#endif #include -- cgit v1.2.3-60-g2f50