]> git.tdb.fi Git - libs/gl.git/blobdiff - source/gl.h
Always include glext.h
[libs/gl.git] / source / gl.h
index c033a377aa7a1bd11ed75294fc3f67ae633b6f49..2c77d6809456e8a8ba65276359e16c4943ab1ff3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_GL_H_
 #define MSP_GL_GL_H_
 
@@ -12,5 +5,6 @@ Distributed under the LGPL
 #include <windows.h>
 #endif
 #include <GL/gl.h>
+#include <GL/glext.h>
 
 #endif