summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
diff options
context:
space:
mode:
authormniip <mniip@yandex.ru>2013-01-11 17:27:20 (GMT)
committer mniip <mniip@yandex.ru>2013-01-11 17:29:35 (GMT)
commit269420c6c791bb48e9721afda608893b97bcd45b (patch)
treee38e891c74729a341ad729c5a8a35629b76a5105 /src/game/GameController.h
parent9d67dd61e8fc6bd229c4cf451635cf6bb1e96567 (diff)
downloadpowder-269420c6c791bb48e9721afda608893b97bcd45b.zip
powder-269420c6c791bb48e9721afda608893b97bcd45b.tar.gz
'B' opens deco editor
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();