]> git.tdb.fi Git - gldbg.git/blobdiff - source/arraysize.h
Add gldBreak callback to gldecoder
[gldbg.git] / source / arraysize.h
index 7202136a29808c343f3d4a35074e932b05a8ae84..56f08263f052f184a88b127c4f20bbd0d086c352 100644 (file)
@@ -1,18 +1,18 @@
 /* $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);
 extern int paramsize(GLenum);
-extern int mapsize(GLenum);
+extern int buffersize(GLenum);
 
 #endif