[Plib-cvs] plib/src/ssg ssg.h,1.172,1.173
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-10-04 18:27:20
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28015 Modified Files: ssg.h Log Message: Adding ASC loader. Index: ssg.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssg.h,v retrieving revision 1.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- ssg.h 26 Sep 2004 09:38:52 -0000 1.172 +++ ssg.h 4 Oct 2004 18:25:59 -0000 1.173 @@ -2722,6 +2722,7 @@ ssgEntity *ssgLoad ( const char *fname, const ssgLoaderOptions *options = NULL ) ; ssgEntity *ssgLoad3ds ( const char *fname, const ssgLoaderOptions *options = NULL ) ; ssgEntity *ssgLoadAC3D ( const char *fname, const ssgLoaderOptions *options = NULL ) ; +ssgEntity *ssgLoadASC ( const char *fname, const ssgLoaderOptions *options = NULL ) ; ssgEntity *ssgLoadSSG ( const char *fname, const ssgLoaderOptions *options = NULL ) ; ssgEntity *ssgLoadASE ( const char *fname, const ssgLoaderOptions *options = NULL ) ; ssgEntity *ssgLoadDOF ( const char *fname, const ssgLoaderOptions *options = NULL ) ; |