GEL  2
GEL is a library for Geometry and Linear Algebra
/Users/jab/Documents/Teaching/02585/GEL2_and_demos/GEL/src/GLGraphics/gel_glu.h
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations