]> git.tdb.fi Git - gldbg.git/blobdiff - flavors/gl/source/opengl.h
Add a flavor system to allow addition of other OpenGL versions
[gldbg.git] / flavors / gl / source / opengl.h
diff --git a/flavors/gl/source/opengl.h b/flavors/gl/source/opengl.h
new file mode 100644 (file)
index 0000000..72bfa59
--- /dev/null
@@ -0,0 +1,10 @@
+/* $Id$
+
+This file is part of gldbg
+Copyright © 2010  Mikko Rasa, Mikkosoft Productions
+Distributed under the GPL
+*/
+
+#include <X11/Xlib.h>
+#include <GL/glx.h>
+#include <GL/gl.h>