aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_save.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_save.h')
-rw-r--r--engines/titanic/pet_control/pet_save.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_save.h b/engines/titanic/pet_control/pet_save.h
index 106d499d96..d37f4e3012 100644
--- a/engines/titanic/pet_control/pet_save.h
+++ b/engines/titanic/pet_control/pet_save.h
@@ -35,6 +35,11 @@ public:
virtual bool reset();
/**
+ * Handles mouse button up messages
+ */
+ virtual bool MouseButtonUpMsg(const Point &pt);
+
+ /**
* Unhighlight any currently highlighted element
*/
virtual void unhighlightCurrent() { unhighlightSave(_savegameSlotNum); }
@@ -42,7 +47,7 @@ public:
/**
* Highlight any currently highlighted element
*/
- virtual void highlightCurrent() { highlightSave(_savegameSlotNum); }
+ virtual void highlightCurrent();
/**
* Returns the tooltip text for when the glyph is selected