]> git.tdb.fi Git - libs/gl.git/blobdiff - source/gl.h
Windows compatibility:
[libs/gl.git] / source / gl.h
diff --git a/source/gl.h b/source/gl.h
new file mode 100644 (file)
index 0000000..c033a37
--- /dev/null
@@ -0,0 +1,16 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
+#ifndef MSP_GL_GL_H_
+#define MSP_GL_GL_H_
+
+#ifdef WIN32
+#include <windows.h>
+#endif
+#include <GL/gl.h>
+
+#endif