X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fext_blend_subtract.h;fp=source%2Fext_blend_subtract.h;h=243d5301520a105dc0e0cbd1ce978cf9af071874;hb=6afbace895a7bbcf216ab8e48280ea0303ab5892;hp=0000000000000000000000000000000000000000;hpb=485315ca65cb40f33253008a79b0933997bd74f5;p=libs%2Fgl.git diff --git a/source/ext_blend_subtract.h b/source/ext_blend_subtract.h new file mode 100644 index 00000000..243d5301 --- /dev/null +++ b/source/ext_blend_subtract.h @@ -0,0 +1,16 @@ +#ifndef MSP_GL_EXT_BLEND_SUBTRACT_ +#define MSP_GL_EXT_BLEND_SUBTRACT_ + +#include "extension.h" +#include "gl.h" +#include + +namespace Msp { +namespace GL { + +extern Extension EXT_blend_subtract; + +} // namespace GL +} // namespace Msp + +#endif