diff options
Diffstat (limited to 'src/game/GameController.h')
| -rw-r--r-- | src/game/GameController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h index bb6e61a..25705bc 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -12,7 +12,7 @@ #include "ssave/SSaveController.h" #include "tags/TagsController.h" #include "console/ConsoleController.h" -#include "stamps/StampsController.h" +#include "localbrowser/LocalBrowserController.h" //#include "cat/TPTScriptInterface.h" #include "cat/LuaScriptInterface.h" #include "options/OptionsController.h" @@ -36,7 +36,7 @@ private: SSaveController * ssave; ConsoleController * console; TagsController * tagsWindow; - StampsController * stamps; + LocalBrowserController * localBrowser; OptionsController * options; CommandInterface * commandInterface; public: |
