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, 2 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index d44a295..2e02b25 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -22,6 +22,7 @@
using namespace std;
+class DebugInfo;
class Notification;
class GameModel;
class GameView;
@@ -44,6 +45,7 @@ private:
LocalBrowserController * localBrowser;
OptionsController * options;
CommandInterface * commandInterface;
+ vector<DebugInfo*> debugInfo;
public:
bool HasDone;
class SearchCallback;