aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-14 20:21:40 -0400
committerPaul Gilbert2016-07-10 16:11:08 -0400
commit7ddd5d1a8b97bda75e4eece9c91ff3286e3c3eca (patch)
treef226626c6989fec1db1dc2f32f21436b2b853e26 /engines/titanic/pet_control/pet_inventory.h
parentf77a8a63cde7b40dd6fb4dfc23f11cc654c7e9a5 (diff)
downloadscummvm-rg350-7ddd5d1a8b97bda75e4eece9c91ff3286e3c3eca.tar.gz
scummvm-rg350-7ddd5d1a8b97bda75e4eece9c91ff3286e3c3eca.tar.bz2
scummvm-rg350-7ddd5d1a8b97bda75e4eece9c91ff3286e3c3eca.zip
TITANIC: Finished CArm msg handlers, stubs for adding to inventory
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 16dfd227f1..3700854b8e 100644
--- a/engines/titanic/pet_control/pet_inventory.h
+++ b/engines/titanic/pet_control/pet_inventory.h
@@ -90,6 +90,11 @@ public:
* Returns true if the object is in a valid state
*/
virtual bool isValid(CPetControl *petControl);
+
+ /**
+ * Add an item to the inventory
+ */
+ void addItem(CCarry *item);
};
} // End of namespace Titanic