diff options
Diffstat (limited to 'mesalib/include/HaikuGL/OpenGLKit.h')
-rw-r--r-- | mesalib/include/HaikuGL/OpenGLKit.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mesalib/include/HaikuGL/OpenGLKit.h b/mesalib/include/HaikuGL/OpenGLKit.h new file mode 100644 index 000000000..f4828714c --- /dev/null +++ b/mesalib/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 |