aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_lab.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-21 08:12:47 -0400
committerPaul Gilbert2015-07-21 08:12:47 -0400
commitc38d8d9617dbea00eb9343233796b80955a0f564 (patch)
tree7a47ad60ef5430ac16902574060b9030231d6e7a /engines/sherlock/tattoo/widget_lab.h
parent959c4eceda2b2f4417e5d24ab7eccadaa30de77d (diff)
downloadscummvm-rg350-c38d8d9617dbea00eb9343233796b80955a0f564.tar.gz
scummvm-rg350-c38d8d9617dbea00eb9343233796b80955a0f564.tar.bz2
scummvm-rg350-c38d8d9617dbea00eb9343233796b80955a0f564.zip
SHERLOCK: RT: Keep lab scene widget active after displaying messages
Diffstat (limited to 'engines/sherlock/tattoo/widget_lab.h')
-rw-r--r--engines/sherlock/tattoo/widget_lab.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_lab.h b/engines/sherlock/tattoo/widget_lab.h
index 80ed0f9da9..2f19200b81 100644
--- a/engines/sherlock/tattoo/widget_lab.h
+++ b/engines/sherlock/tattoo/widget_lab.h
@@ -49,6 +49,11 @@ public:
virtual ~WidgetLab() {}
/**
+ * Summon the window
+ */
+ virtual void summonWindow();
+
+ /**
* Handle event processing
*/
virtual void handleEvents();