]> git.tdb.fi Git - libs/gl.git/blobdiff - source/ext_blend_subtract.h
Complete rewrite of extension handling
[libs/gl.git] / source / ext_blend_subtract.h
diff --git a/source/ext_blend_subtract.h b/source/ext_blend_subtract.h
new file mode 100644 (file)
index 0000000..243d530
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef MSP_GL_EXT_BLEND_SUBTRACT_
+#define MSP_GL_EXT_BLEND_SUBTRACT_
+
+#include "extension.h"
+#include "gl.h"
+#include <GL/glext.h>
+
+namespace Msp {
+namespace GL {
+
+extern Extension EXT_blend_subtract;
+
+} // namespace GL
+} // namespace Msp
+
+#endif