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, 1 insertions, 1 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index a3057d2..d8a24c9 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -36,7 +36,6 @@ private:
int screenshotIndex;
PreviewController * activePreview;
GameView * gameView;
- GameModel * gameModel;
SearchController * search;
RenderController * renderOptions;
LoginController * loginWindow;
@@ -57,6 +56,7 @@ public:
class SaveOpenCallback;
friend class SaveOpenCallback;
GameController();
+ GameModel * gameModel;
~GameController();
GameView * GetView();