]> git.tdb.fi Git - gldbg.git/blob - source/enums.h
f3c82a5826cbe3584886ff3d13b538117c15fe53
[gldbg.git] / source / enums.h
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #ifndef ENUMS_H_
9 #define ENUMS_H_
10
11 #include "opengl.h"
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 extern const char *describe_enum(GLenum, const char *);
18 extern const char *describe_bitfield(int, const char *);
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif