From 2872eb224e9f3ec6947542f2d7ac0ad288574cf1 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 17 May 2011 15:48:23 +0200 Subject: Added a console-like window which doesn't do anything interesting yet. --- scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene.h') 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; -- cgit v1.2.3