src/backend/GLHeaders.h

Go to the documentation of this file.
00001 
00016 #ifdef USE_GLUT_HEADERS
00017   #ifdef __APPLE__
00018     #include <GLUT/glut.h>
00019   #else
00020     #include <GL/glut.h>
00021   #endif
00022 #else
00023   #ifdef __APPLE__
00024     #include <OpenGL/gl.h>
00025         #include <OpenGL/glu.h>
00026   #else
00027     #include <GL/gl.h>
00028     #include <GL/glu.h>
00029   #endif
00030 #endif

Generated on Fri Apr 27 10:27:37 2007 for Green Engine by  doxygen 1.5.1