]> git.tdb.fi Git - gldbg.git/blobdiff - source/enums.h
Enhance the object-orientedness of genwrap.py
[gldbg.git] / source / enums.h
diff --git a/source/enums.h b/source/enums.h
new file mode 100644 (file)
index 0000000..ff20eee
--- /dev/null
@@ -0,0 +1,16 @@
+/* $Id$
+
+This file is part of gldbg
+Copyright © 2009  Mikko Rasa, Mikkosoft Productions
+Distributed under the GPL
+*/
+
+#ifndef ENUMS_H_
+#define ENUMS_H_
+
+#include <GL/gl.h>
+
+extern const char *describe_enum(GLenum, const char *);
+extern const char *describe_bitfield(int, const char *);
+
+#endif