00001 #ifndef vgui_glu_h 00002 #define vgui_glu_h 00003 00004 // Since GL/glu.h will #include GL/gl.h, which is broken, we cannot 00005 // #include GL/glu.h directly either -- fsm. 00006 00007 #include <vgui/vgui_gl.h> 00008 #ifdef __APPLE__ 00009 # include <OpenGL/glu.h> 00010 #else 00011 # include <GL/glu.h> 00012 #endif 00013 00014 #endif // vgui_glu_h