diff engine/core/video/opengl/fife_opengl.h @ 661:e3140f01749d

* Merged the light branch back into trunk. * Modified the demos so they work with the new loaders and setting.
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 05 Nov 2010 15:21:10 +0000
parents 853d25234671
children 1ed5b5a0e7e3
line wrap: on
line diff
--- a/engine/core/video/opengl/fife_opengl.h	Wed Nov 03 13:44:12 2010 +0000
+++ b/engine/core/video/opengl/fife_opengl.h	Fri Nov 05 15:21:10 2010 +0000
@@ -29,6 +29,7 @@
 #if defined( __unix__ )
 #include <GL/gl.h>
 #include <GL/glu.h>
+#include <GL/glext.h>
 #endif
 
 // Win32
@@ -38,11 +39,13 @@
 #include <windows.h>
 #include <GL/gl.h>
 #include <GL/glu.h>
+#include <GL/glext.h>
 #undef DELETE
 // MinGW
 #else
 #include <GL/gl.h>
 #include <GL/glu.h>
+#include <GL/glext.h>
 #endif
 #endif
 
@@ -50,6 +53,7 @@
 #if defined( __APPLE_CC__ )
 #include <OpenGL/gl.h>
 #include <OpenGL/glu.h>
+#include <OpenGL/glext.h>
 #endif
 
 // 3rd party library includes