[Super-tux-commit] supertux/lib/utils configfile.h,1.5,1.6
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-23 16:48:04
|
Update of /cvsroot/super-tux/supertux/lib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29597/lib/utils Modified Files: configfile.h Log Message: added jam build system, please try it out - the advantage would be that it already supports all the stuff we need Index: configfile.h =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/utils/configfile.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- configfile.h 6 Aug 2004 11:43:08 -0000 1.5 +++ configfile.h 23 Nov 2004 16:47:23 -0000 1.6 @@ -30,8 +30,10 @@ public: void load (); void save (); - virtual void customload(LispReader& reader) {}; - virtual void customsave(FILE * config) {}; + virtual void customload(LispReader& ) + {}; + virtual void customsave(FILE* ) + {}; }; extern Config* config; |