aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_lab.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/widget_lab.h')
-rw-r--r--engines/sherlock/tattoo/widget_lab.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_lab.h b/engines/sherlock/tattoo/widget_lab.h
index 344dae7934..df2ff34c63 100644
--- a/engines/sherlock/tattoo/widget_lab.h
+++ b/engines/sherlock/tattoo/widget_lab.h
@@ -25,6 +25,7 @@
#include "common/scummsys.h"
#include "sherlock/tattoo/widget_base.h"
+#include "sherlock/objects.h"
namespace Sherlock {
@@ -33,6 +34,13 @@ class SherlockEngine;
namespace Tattoo {
class WidgetLab: public WidgetBase {
+private:
+ Object *_labObject;
+
+ /**
+ * Display tooltips of using one lab item on another
+ */
+ void displayLabNames();
public:
Common::String _remainingText;
public: