aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_base.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-20 17:29:40 -0400
committerPaul Gilbert2015-06-20 17:29:40 -0400
commit4a88c69b5dedc4acac8bcb9609c1cf44c497c4ff (patch)
treeefbf1c7a7382145b5cb5217a08260f787ba3f2ac /engines/sherlock/tattoo/widget_base.h
parent4318e0072b9f4dc8df25a5dce40ed0094bd20cf6 (diff)
downloadscummvm-rg350-4a88c69b5dedc4acac8bcb9609c1cf44c497c4ff.tar.gz
scummvm-rg350-4a88c69b5dedc4acac8bcb9609c1cf44c497c4ff.tar.bz2
scummvm-rg350-4a88c69b5dedc4acac8bcb9609c1cf44c497c4ff.zip
SHERLOCK: RT: Refactored map to use the tooltip widget
Diffstat (limited to 'engines/sherlock/tattoo/widget_base.h')
-rw-r--r--engines/sherlock/tattoo/widget_base.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_base.h b/engines/sherlock/tattoo/widget_base.h
index 5eacad610b..7e546db248 100644
--- a/engines/sherlock/tattoo/widget_base.h
+++ b/engines/sherlock/tattoo/widget_base.h
@@ -56,6 +56,11 @@ protected:
void checkMenuPosition();
void makeInfoArea();
+
+ /**
+ * Returns the current scroll position
+ */
+ virtual const Common::Point &getCurrentScroll() const;
public:
WidgetBase(SherlockEngine *vm);
virtual ~WidgetBase() {}