]> git.tdb.fi Git - libs/gl.git/blob - source/misc.h
Add files
[libs/gl.git] / source / misc.h
1 #ifndef MSP_GL_MISC_H_
2 #define MSP_GL_MISC_H_
3
4 #include <GL/gl.h>
5
6 namespace Msp {
7 namespace GL {
8
9 void set(GLenum, bool);
10
11 } // namespace GL
12 } // namespace Msp
13
14 #endif