OpenGL.h
Go to the documentation of this file.00001 #ifndef hippodraw_OpenGL_h
00002 #define hippodraw_OpenGL_h
00003
00004 #ifdef WIN32
00005 #include <windows.h>
00006 #endif
00007
00008 #ifdef APPLE_GL
00009 #include <gl.h>
00010 #include <glu.h>
00011 #else
00012 #include <GL/gl.h>
00013 #include <GL/glu.h>
00014 #endif
00015
00016 #endif