1/*
2 * Master include file for the OpenGL Kit.
3 *
4 */
5
6#include <GL/gl.h>
7#include <GL/glu.h>
8#include <GL/glut.h>
9#include <GLView.h>
10