00001 #ifndef __GRAPHICS_GEL_GLU_H__
00002 #define __GRAPHICS_GEL_GLU_H__
00003
00004 #ifdef WIN32
00005 #include <windows.h>
00006 #endif
00007 #if defined(__APPLE__) && defined(__MACH__)
00008 #include <OpenGL/glu.h>
00009 #else
00010 #include <GL/glu.h>
00011 #endif
00012
00013 #endif