aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.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_control.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_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index c22f555c31..73dc69b0ab 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -212,6 +212,11 @@ public:
* the passed game object
*/
CGameObject *getNextObject(CGameObject *prior) const;
+
+ /**
+ * Adds an item to the PET inventory
+ */
+ void addToInventory(CCarry *item);
};
} // End of namespace Titanic