]> git.tdb.fi Git - gldbg.git/blobdiff - source/gldecoder.h
Add a flavor system to allow addition of other OpenGL versions
[gldbg.git] / source / gldecoder.h
index b13bc215fa90262f4a19ba9dccbcabf246b5145d..39d4f6ac28c799391d99a8bfd0740a13117754aa 100644 (file)
@@ -1,15 +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 GLDECODER_H_
 #define GLDECODER_H_
 
-#include <GL/gl.h>
-#include <GL/glx.h>
+#include "opengl.h"
 
 #ifdef __cplusplus
 extern "C" {