aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.h6
1 files changed, 6 insertions, 0 deletions
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() {}
@@ -188,6 +189,11 @@ public:
void pickUpObject(int objNum);
public:
/**
+ * Resets the user interface
+ */
+ virtual void reset();
+
+ /**
* Main input handler for the user interface
*/
virtual void handleInput();