From 4a88c69b5dedc4acac8bcb9609c1cf44c497c4ff Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 20 Jun 2015 17:29:40 -0400 Subject: SHERLOCK: RT: Refactored map to use the tooltip widget --- engines/sherlock/tattoo/widget_base.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/tattoo/widget_base.h') 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() {} -- cgit v1.2.3