]> git.tdb.fi Git - gldbg.git/blobdiff - source/arraysize.h
Add a flavor system to allow addition of other OpenGL versions
[gldbg.git] / source / arraysize.h
index 1ab0ae7a91dc6b6c994f206b0cbe409865c5f94d..56f08263f052f184a88b127c4f20bbd0d086c352 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 ARRAYSIZE_H_
 #define ARRAYSIZE_H_
 
-#include <GL/gl.h>
+#include "opengl.h"
 
 extern int typesize(GLenum);
 extern int formatsize(GLenum);