summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene.h b/scene.h
index 72bf506..89a5ec0 100644
--- a/scene.h
+++ b/scene.h
@@ -19,6 +19,7 @@ class Scene {
FTFont *font;
GUI *gui;
Tool *tool;
+ ConsoleWindow *console;
bool running;
bool grid;