]> git.tdb.fi Git - libs/gl.git/blob - source/arb_texture_cube_map.h
Complete rewrite of extension handling
[libs/gl.git] / source / arb_texture_cube_map.h
1 #ifndef MSP_GL_ARB_TEXTURE_CUBE_MAP_
2 #define MSP_GL_ARB_TEXTURE_CUBE_MAP_
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 ARB_texture_cube_map;
12
13 } // namespace GL
14 } // namespace Msp
15
16 #endif