]> 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 d97c0b3ff45fd30bdc1232114123d6c84df64dce..39d4f6ac28c799391d99a8bfd0740a13117754aa 100644 (file)
@@ -1,20 +1,20 @@
 /* $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 "opengl.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include "gldecoder.struct"
+#include "gensrc/gldecoder.struct"
 
 GlDecoder *gldecoder_new(void *, void (*)(void *));
 void gldecoder_delete(GlDecoder *);