Implemented MenuManager::refresh() so that joystick/keyboard_manager have something...
[supertux.git] / src / gui / menu.hpp
index 9784928..d5feba2 100644 (file)
@@ -71,6 +71,9 @@ public:
 
   void update();
 
+  /** Perform actions to bring the menu up to date with configuration changes */
+  virtual void refresh() {}
+
   /** Remove all entries from the menu */
   void clear();