[Plib-cvs] plib/src/ssg ssgLocal.h,1.24,1.25
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-09-13 10:48:18
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21243/ssg Modified Files: ssgLocal.h Log Message: MSVC needs a "class". Index: ssgLocal.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgLocal.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- ssgLocal.h 24 Jun 2004 16:30:54 -0000 1.24 +++ ssgLocal.h 13 Sep 2004 10:48:10 -0000 1.25 @@ -129,7 +129,7 @@ int _ssgSaveObject ( FILE * , ssgBase * ) ; int _ssgLoadObject ( FILE * , ssgBase ** , int type_mask = 0 ) ; -extern ssgStatistics _ssgCurrStatistics ; +extern class ssgStatistics _ssgCurrStatistics ; extern bool _ssgBackFaceCollisions ; |