]> git.tdb.fi Git - libs/gl.git/blob - source/gl.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / gl.h
1 #ifndef MSP_GL_GL_H_
2 #define MSP_GL_GL_H_
3
4 #ifdef WIN32
5 #include <windows.h>
6 #endif
7 #include <GL/gl.h>
8
9 #endif