diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-03-05 19:55:39 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-03-05 19:55:39 (GMT) |
| commit | 7e3d45bbfb701a5eca3e93b589680d8651ada016 (patch) | |
| tree | bfdd7260e46979922e1343bb579d2768fa53feed /src/game/GameController.h | |
| parent | 81f3114cb22592a8c09fa564db49fbea079f1328 (diff) | |
| download | powder-7e3d45bbfb701a5eca3e93b589680d8651ada016.zip powder-7e3d45bbfb701a5eca3e93b589680d8651ada016.tar.gz | |
Tag UI - actually more of a box at the moment
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 8480aeb..7944dc7 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -10,6 +10,7 @@ #include "render/RenderController.h" #include "login/LoginController.h" #include "ssave/SSaveController.h" +#include "tags/TagsController.h" #include "console/ConsoleController.h" //#include "cat/TPTScriptInterface.h" #include "cat/LuaScriptInterface.h" @@ -32,6 +33,7 @@ private: LoginController * loginWindow; SSaveController * ssave; ConsoleController * console; + TagsController * tagsWindow; CommandInterface * commandInterface; public: class LoginCallback; |
