diff options
Diffstat (limited to 'src/game/GameController.h')
| -rw-r--r-- | src/game/GameController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h index a3057d2..53b83d4 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -148,6 +148,7 @@ public: virtual void NotifyAuthUserChanged(Client * sender); virtual void NotifyNewNotification(Client * sender, std::pair<std::string, std::string> notification); void RunUpdater(); + std::vector<Menu*> GetMenuList(); }; #endif // GAMECONTROLLER_H |
