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 a3e2ee3..f244ab1 100644
--- a/scene.h
+++ b/scene.h
@@ -21,6 +21,7 @@ class Scene {
GUI *gui;
Tool *tool;
ConsoleWindow *console;
+ ChatWindow *chat;
Lua *lua;
bool running;