]> git.tdb.fi Git - gldbg.git/blobdiff - source/enums.h
Replace per-file license notices with License.txt
[gldbg.git] / source / enums.h
index ff20eeef4943fc0125fb8cbbdb5e39c7b50b36ef..f12cfcc3c694eda6224e8bf89542114ad0401df9 100644 (file)
@@ -1,16 +1,17 @@
-/* $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>
+#include "opengl.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