From a712a1d80b2bf7e35d729475e9522456b6a90e27 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 30 Dec 2015 18:22:46 +0100 Subject: WAGE: Implement appendText() --- engines/wage/gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/wage/gui.h') diff --git a/engines/wage/gui.h b/engines/wage/gui.h index 46899027d3..2e6cd65ad6 100644 --- a/engines/wage/gui.h +++ b/engines/wage/gui.h @@ -60,6 +60,7 @@ public: void draw(); void setScene(Scene *scene); + void appendText(Common::String &str); private: void paintBorder(Graphics::Surface *g, int x, int y, int width, int height, @@ -72,6 +73,8 @@ private: Graphics::Surface _screen; Scene *_scene; bool _sceneDirty; + + Common::String _out; }; } // End of namespace Wage -- cgit v1.2.3