]> git.tdb.fi Git - libs/gl.git/blob - source/gl.h
c033a377aa7a1bd11ed75294fc3f67ae633b6f49
[libs/gl.git] / source / gl.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_GL_H_
9 #define MSP_GL_GL_H_
10
11 #ifdef WIN32
12 #include <windows.h>
13 #endif
14 #include <GL/gl.h>
15
16 #endif