diff options
Diffstat (limited to 'src/opengl1graphics.h')
-rw-r--r-- | src/opengl1graphics.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/opengl1graphics.h b/src/opengl1graphics.h index 8cc3c89a7..6ed2d7440 100644 --- a/src/opengl1graphics.h +++ b/src/opengl1graphics.h @@ -28,9 +28,11 @@ #include "graphics.h" -#define NO_SDL_GLEXT +//#define NO_SDL_GLEXT +#define GL_GLEXT_PROTOTYPES 1 #include <SDL_opengl.h> +#include <GL/glext.h> class OpenGL1Graphics : public Graphics { |