aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_load.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_load.h')
-rw-r--r--engines/titanic/pet_control/pet_load.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_load.h b/engines/titanic/pet_control/pet_load.h
index f87cd8afb2..ad0b026818 100644
--- a/engines/titanic/pet_control/pet_load.h
+++ b/engines/titanic/pet_control/pet_load.h
@@ -35,6 +35,11 @@ public:
virtual bool reset();
/**
+ * Handles mouse button up messages
+ */
+ virtual bool MouseButtonUpMsg(const Point &pt);
+
+ /**
* Highlight any currently highlighted element
*/
virtual void highlightCurrent() { resetSlots(); }