Only show language and profile options in main menu, not when using the options in...
[supertux.git] / src / supertux / menu / profile_menu.hpp
index ac301e0..b98135d 100644 (file)
@@ -25,6 +25,8 @@ public:
   ProfileMenu();
 
   void menu_action(MenuItem* item);
+
+  void check_menu() {}
 };
 
 #endif