]> git.tdb.fi Git - gldbg.git/blob - source/enums.h
a3ae8d8f74ec189a7c2d61762c40b19097999364
[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 #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