From 5e45abcca4b76955cc0ebcfa54a1b9f9be12bfa0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 26 Mar 2015 21:40:24 -0400 Subject: SHERLOCK: Implemented printObjectDesc --- engines/sherlock/inventory.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/inventory.h') diff --git a/engines/sherlock/inventory.h b/engines/sherlock/inventory.h index e561f0318a..01a325e382 100644 --- a/engines/sherlock/inventory.h +++ b/engines/sherlock/inventory.h @@ -54,13 +54,15 @@ public: Inventory(SherlockEngine *vm); ~Inventory(); - void freeInventory(); + void freeInv(); void loadInv(); void loadGraphics(); int findInv(const Common::String &name); + + void putInv(int slamit); }; } // End of namespace Sherlock -- cgit v1.2.3