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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index c3c8273..d9755a1 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -5,7 +5,7 @@
#include "GameView.h"
#include "GameModel.h"
#include "interface/Point.h"
-#include "Simulation.h"
+#include "simulation/Simulation.h"
using namespace std;
@@ -23,6 +23,7 @@ public:
void DrawPoints(queue<ui::Point*> & pointQueue);
void Tick();
void SetPaused(bool pauseState);
+ void OpenSearch();
};
#endif // GAMECONTROLLER_H