1/*
2 * Master include file for the Haiku OpenGL Kit.
3 */
4
5#include <GL/gl.h>
6#include <GLView.h>
7
8// Projects needing GL/glu.h and GL/glut.h should now
9// include these headers independently as glu and glut
10// are no longer core parts of mesa
11