]> git.tdb.fi Git - libs/gl.git/blob - source/misc.h
Add Id tags and copyright notices to files
[libs/gl.git] / source / misc.h
1 /* $Id$
2
3 This file is part of libmspgl
4 Copyright © 2007  Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #ifndef MSP_GL_MISC_H_
9 #define MSP_GL_MISC_H_
10
11 #include <GL/gl.h>
12
13 namespace Msp {
14 namespace GL {
15
16 void set(GLenum, bool);
17
18 } // namespace GL
19 } // namespace Msp
20
21 #endif