]> git.tdb.fi Git - libs/gl.git/blob - source/ext_blend_subtract.h
Complete rewrite of extension handling
[libs/gl.git] / source / ext_blend_subtract.h
1 #ifndef MSP_GL_EXT_BLEND_SUBTRACT_
2 #define MSP_GL_EXT_BLEND_SUBTRACT_
3
4 #include "extension.h"
5 #include "gl.h"
6 #include <GL/glext.h>
7
8 namespace Msp {
9 namespace GL {
10
11 extern Extension EXT_blend_subtract;
12
13 } // namespace GL
14 } // namespace Msp
15
16 #endif