Some initial work on getting load/save working for Levelsets
[supertux.git] / src / supertux / game_session.hpp
index 725f5e0..fdae705 100644 (file)
@@ -52,7 +52,8 @@ public:
 
   void draw(DrawingContext& context);
   void update(float frame_ratio);
-  void setup();
+  void setup() override;
+  void leave() override;
 
   /// ends the current level
   void finish(bool win = true);