aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2015-12-30 18:41:18 +0100
committerEugene Sandulenko2015-12-30 18:41:18 +0100
commit141bddbf57393a5cf24c35b63f5d802d10f36149 (patch)
treede2f18b8ed55347a7bed51ba72a72aaf711ce927 /engines/wage/gui.h
parenta712a1d80b2bf7e35d729475e9522456b6a90e27 (diff)
downloadscummvm-rg350-141bddbf57393a5cf24c35b63f5d802d10f36149.tar.gz
scummvm-rg350-141bddbf57393a5cf24c35b63f5d802d10f36149.tar.bz2
scummvm-rg350-141bddbf57393a5cf24c35b63f5d802d10f36149.zip
WAGE: Stub for console rendering
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h2
1 files changed, 2 insertions, 0 deletions
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;