aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_save.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-22 12:44:14 -0400
committerPaul Gilbert2016-07-22 12:44:14 -0400
commit41a3c83bc6444550c9e4ea1a5918450403e0e5ee (patch)
tree48d239603882bcc3d39713dabab96db822b1c528 /engines/titanic/pet_control/pet_save.h
parent4ff421570679621db76cca59315a036bf64a6550 (diff)
downloadscummvm-rg350-41a3c83bc6444550c9e4ea1a5918450403e0e5ee.tar.gz
scummvm-rg350-41a3c83bc6444550c9e4ea1a5918450403e0e5ee.tar.bz2
scummvm-rg350-41a3c83bc6444550c9e4ea1a5918450403e0e5ee.zip
TITANIC: Fleshing out PET RealLife Load functionality
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