]> git.tdb.fi Git - gldbg.git/blob - source/enums.h
ff20eeef4943fc0125fb8cbbdb5e39c7b50b36ef
[gldbg.git] / source / enums.h
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #ifndef ENUMS_H_
9 #define ENUMS_H_
10
11 #include <GL/gl.h>
12
13 extern const char *describe_enum(GLenum, const char *);
14 extern const char *describe_bitfield(int, const char *);
15
16 #endif