[Plib-cvs] plib/src/ssgAux ssgAux.h,1.14,1.15
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 00:06:19
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv15881/ssgAux Modified Files: ssgAux.h Log Message: Just discovered that the PLIB libraries are GLU-free. Hooray! Index: ssgAux.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgAux.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ssgAux.h 30 Aug 2002 18:21:12 -0000 1.14 +++ ssgAux.h 31 Aug 2002 00:06:14 -0000 1.15 @@ -27,10 +27,8 @@ #ifdef __APPLE__ # include <OpenGL/gl.h> -# include <OpenGL/glu.h> #else # include <GL/gl.h> -# include <GL/glu.h> #endif #include "sg.h" |