- fixed problem with last_menu not being able to handle menues deeper than two submenues
[supertux.git] / src / worldmap.h
index 343ef61..46d37d1 100644 (file)
@@ -188,6 +188,8 @@ public:
 
   void savegame(const std::string& filename);
   void loadgame(const std::string& filename);
+private:
+  void on_escape_press();
 };
 
 } // namespace WorldMapNS