[Plib-cvs] plib/src/ssgAux ssgaShapes.h,1.12,1.13
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2002-08-30 12:53:01
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv19475 Modified Files: ssgaShapes.h Log Message: Using the same include syntax as all other files use. Now MSVC finds ssg.h. Index: ssgaShapes.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaShapes.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ssgaShapes.h 30 Aug 2002 03:18:46 -0000 1.12 +++ ssgaShapes.h 30 Aug 2002 12:52:03 -0000 1.13 @@ -25,7 +25,7 @@ #ifndef _SSGASHAPES_H_ #define _SSGASHAPES_H_ 1 -#include <plib/ssg.h> +#include "ssg.h" typedef float sgVec9 [ 9 ] ; /* Needed for ssgaPatch */ |