aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-15 22:30:50 -0400
committerPaul Gilbert2016-07-10 16:11:11 -0400
commitbc716fda4b11b69eecfc0931afd3b12ef0afb589 (patch)
tree9d33925d2b042630bb7d6e1c8c324a64bed97ea0 /engines/titanic/pet_control/pet_inventory.h
parent95c885f877ac1fa243479d113b59e6f83a360c71 (diff)
downloadscummvm-rg350-bc716fda4b11b69eecfc0931afd3b12ef0afb589.tar.gz
scummvm-rg350-bc716fda4b11b69eecfc0931afd3b12ef0afb589.tar.bz2
scummvm-rg350-bc716fda4b11b69eecfc0931afd3b12ef0afb589.zip
TITANIC: Implemented CCarryParrot msg handlers and support methods
Diffstat (limited to 'engines/titanic/pet_control/pet_inventory.h')
-rw-r--r--engines/titanic/pet_control/pet_inventory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_inventory.h b/engines/titanic/pet_control/pet_inventory.h
index 3700854b8e..8f40200dfa 100644
--- a/engines/titanic/pet_control/pet_inventory.h
+++ b/engines/titanic/pet_control/pet_inventory.h
@@ -95,6 +95,11 @@ public:
* Add an item to the inventory
*/
void addItem(CCarry *item);
+
+ /**
+ * Called when an item has been removed from the PET
+ */
+ void itemRemoved(CCarry *item);
};
} // End of namespace Titanic