From 141bddbf57393a5cf24c35b63f5d802d10f36149 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 30 Dec 2015 18:41:18 +0100 Subject: WAGE: Stub for console rendering --- engines/wage/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/wage/gui.h') diff --git a/engines/wage/gui.h b/engines/wage/gui.h index 2e6cd65ad6..0ac81e20a0 100644 --- a/engines/wage/gui.h +++ b/engines/wage/gui.h @@ -66,11 +66,13 @@ private: void paintBorder(Graphics::Surface *g, int x, int y, int width, int height, bool active, bool scrollable, bool closeable, bool closeBoxPressed); + void renderConsole(Graphics::Surface *g, int x, int y, int width, int height); void drawBox(Graphics::Surface *g, int x, int y, int w, int h); void fillRect(Graphics::Surface *g, int x, int y, int w, int h); private: Graphics::Surface _screen; + Graphics::Surface _console; Scene *_scene; bool _sceneDirty; -- cgit v1.2.3