OpenGL.h
Go to the documentation of this file.
1 #ifndef hippodraw_OpenGL_h
2 #define hippodraw_OpenGL_h
3 
4 #ifdef WIN32
5 #include <windows.h>
6 #endif
7 
8 #ifdef APPLE_GL
9 #include <gl.h>
10 #include <glu.h>
11 #else
12 #include <GL/gl.h>
13 #include <GL/glu.h>
14 #endif
15 
16 #endif

Generated for HippoDraw Class Library by doxygen