00001 /* Including <GL/gl.h> and <GL/glu.h> is somewhat system dependant. */ 00002 #ifndef GL_HEADER 00003 #define GL_HEADER 00004 00005 #ifdef WIN32 00006 00007 #include <windows.h> 00008 00009 #endif 00010 00011 #include <GL/gl.h> 00012 #include <GL/glu.h> 00013 00014 #endif
1.4.3-20050530