]> git.tdb.fi Git - libs/gl.git/blobdiff - source/misc.h
Add files
[libs/gl.git] / source / misc.h
diff --git a/source/misc.h b/source/misc.h
new file mode 100644 (file)
index 0000000..49c6cf5
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef MSP_GL_MISC_H_
+#define MSP_GL_MISC_H_
+
+#include <GL/gl.h>
+
+namespace Msp {
+namespace GL {
+
+void set(GLenum, bool);
+
+} // namespace GL
+} // namespace Msp
+
+#endif