]> git.tdb.fi Git - gldbg.git/blobdiff - source/enums.h
Add a flavor system to allow addition of other OpenGL versions
[gldbg.git] / source / enums.h
index a3ae8d8f74ec189a7c2d61762c40b19097999364..f3c82a5826cbe3584886ff3d13b538117c15fe53 100644 (file)
@@ -1,14 +1,14 @@
 /* $Id$
 
 This file is part of gldbg
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
+Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
 Distributed under the GPL
 */
 
 #ifndef ENUMS_H_
 #define ENUMS_H_
 
-#include <GL/gl.h>
+#include "opengl.h"
 
 #ifdef __cplusplus
 extern "C" {