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 d7232d2..f945cce 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 "render/RenderController.h"
#include "Menu.h"
using namespace std;
@@ -20,6 +21,7 @@ private:
GameView * gameView;
GameModel * gameModel;
SearchController * search;
+ RenderController * renderOptions;
public:
GameController();
~GameController();