10 lines
134 B
C
10 lines
134 B
C
|
/*
|
||
|
* Master include file for the OpenGL Kit.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include <GL/gl.h>
|
||
|
#include <GL/glu.h>
|
||
|
#include <GL/glut.h>
|
||
|
#include <GLView.h>
|