[Plib-cvs] plib/src/ssgAux ssgaSphere.h,1.1,1.2
Brought to you by:
sjbaker
From: Bram S. <br...@us...> - 2005-01-09 13:13:23
|
Update of /cvsroot/plib/plib/src/ssgAux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv959 Modified Files: ssgaSphere.h Log Message: Fixed warning on missing newline Index: ssgaSphere.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaSphere.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ssgaSphere.h 26 Jul 2003 06:16:19 -0000 1.1 +++ ssgaSphere.h 9 Jan 2005 13:13:12 -0000 1.2 @@ -29,4 +29,5 @@ ssgBranch *ssgaMakeSphere( ssgSimpleState *state, ssgColourArray *cl, float radius, int slices, int stacks, - ssgCallback predraw, ssgCallback postdraw ); \ No newline at end of file + ssgCallback predraw, ssgCallback postdraw ); + |