diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-24 20:19:19 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-24 20:19:19 (GMT) |
| commit | 97b35bc47059315d4138c8e0827842d2c03de152 (patch) | |
| tree | feaf7a8c018982ba9d7ca1b8e6e15294abfdfc84 /src/game/GameController.h | |
| parent | 04488081d3fa0cd3dfb2939e5d902bc894df150d (diff) | |
| download | powder-97b35bc47059315d4138c8e0827842d2c03de152.zip powder-97b35bc47059315d4138c8e0827842d2c03de152.tar.gz | |
Various
Diffstat (limited to 'src/game/GameController.h')
| -rw-r--r-- | src/game/GameController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h index f945cce..67afdc4 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -8,6 +8,7 @@ #include "simulation/Simulation.h" #include "search/SearchController.h" #include "render/RenderController.h" +#include "login/LoginController.h" #include "Menu.h" using namespace std; @@ -22,6 +23,7 @@ private: GameModel * gameModel; SearchController * search; RenderController * renderOptions; + LoginController * loginWindow; public: GameController(); ~GameController(); |
