OpenGLKit.h revision 848b8605
1848b8605Smrg/* 2848b8605Smrg * Master include file for the Haiku OpenGL Kit. 3848b8605Smrg */ 4848b8605Smrg 5848b8605Smrg#include <GL/gl.h> 6848b8605Smrg#include <GLView.h> 7848b8605Smrg 8848b8605Smrg// Projects needing GL/glu.h and GL/glut.h should now 9848b8605Smrg// include these headers independently as glu and glut 10848b8605Smrg// are no longe core parts of mesa 11