From 7186eab65f47c7370925d1a72598ccd8e0656076 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 18 Jun 2015 21:48:27 -0400 Subject: SHERLOCK: RT: Implement loading for the text window widget --- engines/sherlock/tattoo/tattoo_user_interface.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h') diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h index 0f71803b52..0ccdc6701f 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.h +++ b/engines/sherlock/tattoo/tattoo_user_interface.h @@ -136,6 +136,7 @@ public: bool _personFound; int _activeObj; Common::KeyState _keyState; + Common::Point _lookPos; public: TattooUserInterface(SherlockEngine *vm); virtual ~TattooUserInterface() {} @@ -187,6 +188,11 @@ public: */ void pickUpObject(int objNum); public: + /** + * Resets the user interface + */ + virtual void reset(); + /** * Main input handler for the user interface */ -- cgit v1.2.3