summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-06-02 00:22:05 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-06-02 00:22:05 +0200
commit6304a3afdcf747468dc125991b3313887c2af941 (patch)
tree807358c0483ef3ea284872ef6f5e7eb77a2e74a2 /scene.h
parent1d106a249648b2c39c1256c80325b18ffe91f7f3 (diff)
Added a new transparent scheme based on Vanilla and a simple chat window, which displays text strings received from the server.
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;