]> git.tdb.fi Git - gldbg.git/blob - source/enums.h
Replace per-file license notices with License.txt
[gldbg.git] / source / enums.h
1 #ifndef ENUMS_H_
2 #define ENUMS_H_
3
4 #include "opengl.h"
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 extern const char *describe_enum(GLenum, const char *);
11 extern const char *describe_bitfield(int, const char *);
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif