]> git.tdb.fi Git - libs/gl.git/blob - source/misc.h
Remove some deprecated stuff
[libs/gl.git] / source / misc.h
1 #ifndef MSP_GL_MISC_H_
2 #define MSP_GL_MISC_H_
3
4 #include "gl.h"
5
6 namespace Msp {
7 namespace GL {
8
9 void enable(GLenum);
10 void disable(GLenum);
11 void set(GLenum, bool);
12
13 void get(GLenum, int *);
14 int get_i(GLenum);
15
16 } // namespace GL
17 } // namespace Msp
18
19 #endif