]> git.tdb.fi Git - gldbg.git/blobdiff - source/enums.h
Add classes to track OpenGL state and commands to inspect it
[gldbg.git] / source / enums.h
index ff20eeef4943fc0125fb8cbbdb5e39c7b50b36ef..a3ae8d8f74ec189a7c2d61762c40b19097999364 100644 (file)
@@ -10,7 +10,15 @@ Distributed under the GPL
 
 #include <GL/gl.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern const char *describe_enum(GLenum, const char *);
 extern const char *describe_bitfield(int, const char *);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif