added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / lib / utils / configfile.h
index 17ab2c3..17d1af2 100644 (file)
@@ -30,8 +30,10 @@ class Config {
   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;