summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameController.h')
-rw-r--r--src/game/GameController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index 03d12e9..d83c459 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -7,6 +7,7 @@
#include "interface/Point.h"
#include "simulation/Simulation.h"
#include "search/SearchController.h"
+#include "Menu.h"
using namespace std;
@@ -27,6 +28,7 @@ public:
void DrawPoints(queue<ui::Point*> & pointQueue);
void Tick();
void SetPaused(bool pauseState);
+ void SetActiveMenu(Menu * menu);
void OpenSearch();
void OpenLogin();
void OpenTags();