X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Farraysize.h;h=56f08263f052f184a88b127c4f20bbd0d086c352;hb=61fdcb975ab928dc2b56269e0602f3d8a66e726d;hp=7202136a29808c343f3d4a35074e932b05a8ae84;hpb=3c32a221de1435ae7af8d96182560e8b28f1a4c0;p=gldbg.git diff --git a/source/arraysize.h b/source/arraysize.h index 7202136..56f0826 100644 --- a/source/arraysize.h +++ b/source/arraysize.h @@ -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 +#include "opengl.h" extern int typesize(GLenum); extern int formatsize(GLenum); extern int paramsize(GLenum); -extern int mapsize(GLenum); +extern int buffersize(GLenum); #endif