added experimental support for demo playback (together with an example demo...)
[supertux.git] / src / gameconfig.h
index 804e99e..cd9c1fe 100644 (file)
@@ -49,6 +49,8 @@ public:
 
   /** this variable is set if supertux should start in a specific level */
   std::string start_level;
+  std::string start_demo;
+  std::string record_demo;
 };
 
 extern Config* config;