aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-18 21:48:27 -0400
committerPaul Gilbert2015-06-18 21:48:27 -0400
commit7186eab65f47c7370925d1a72598ccd8e0656076 (patch)
tree98132c6c4abc4566a2d9eeaf32d70c2d4c2694e1 /engines/sherlock/tattoo/widget_text.h
parent1732428aa63c35c3989568fbc3a3e9c63bc8482c (diff)
downloadscummvm-rg350-7186eab65f47c7370925d1a72598ccd8e0656076.tar.gz
scummvm-rg350-7186eab65f47c7370925d1a72598ccd8e0656076.tar.bz2
scummvm-rg350-7186eab65f47c7370925d1a72598ccd8e0656076.zip
SHERLOCK: RT: Implement loading for the text window widget
Diffstat (limited to 'engines/sherlock/tattoo/widget_text.h')
-rw-r--r--engines/sherlock/tattoo/widget_text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_text.h b/engines/sherlock/tattoo/widget_text.h
index 9765e1bb6e..2608d75b32 100644
--- a/engines/sherlock/tattoo/widget_text.h
+++ b/engines/sherlock/tattoo/widget_text.h
@@ -34,6 +34,8 @@ namespace Tattoo {
class WidgetText: public WidgetBase {
public:
+ Common::String _remainingText;
+public:
WidgetText(SherlockEngine *vm);
virtual ~WidgetText() {}