From 6304a3afdcf747468dc125991b3313887c2af941 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 2 Jun 2011 00:22:05 +0200 Subject: Added a new transparent scheme based on Vanilla and a simple chat window, which displays text strings received from the server. --- scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene.h') 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; -- cgit v1.2.3