haiku/headers/os/OpenGLKit.h

10 lines
134 B
C
Raw Normal View History

/*
* Master include file for the OpenGL Kit.
*
*/
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
#include <GLView.h>