summaryrefslogtreecommitdiffstats
path: root/include/HaikuGL/OpenGLKit.h
diff options
context:
space:
mode:
authorAlexander von Gluck IV <[email protected]>2013-12-14 11:46:05 -0600
committerAlexander von Gluck IV <[email protected]>2013-12-16 18:18:12 -0600
commit56d920a5c1b64868e77a97604c01d3a63916a6ca (patch)
tree53a902ac43b2c6f87075e429869d51bcddf7f299 /include/HaikuGL/OpenGLKit.h
parentf9cfe5ce82cf49fec5603db42324df40372ee671 (diff)
Haiku: Add in public GL kit headers
* These make up the base of what C++ GL Haiku applications use for 3D rendering. * Not placed in includes/GL to prevent Haiku headers from getting installed on non-Haiku systems. Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'include/HaikuGL/OpenGLKit.h')
-rw-r--r--include/HaikuGL/OpenGLKit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/HaikuGL/OpenGLKit.h b/include/HaikuGL/OpenGLKit.h
new file mode 100644
index 00000000000..f4828714cab
--- /dev/null
+++ b/include/HaikuGL/OpenGLKit.h
@@ -0,0 +1,10 @@
+/*
+ * Master include file for the Haiku OpenGL Kit.
+ */
+
+#include <GL/gl.h>
+#include <GLView.h>
+
+// Projects needing GL/glu.h and GL/glut.h should now
+// include these headers independently as glu and glut
+// are no longe core parts of mesa