diff options
author | Paul Gilbert | 2015-06-28 13:29:32 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-06-28 13:29:32 -0400 |
commit | d5c1f8b8d645136cf72981186db6e81b2082b773 (patch) | |
tree | fbf461f7cb4650ee7d003b8d94ea976ad02d916f /engines/sherlock/scalpel | |
parent | 631be5b6585e28b5e60aa0ff3be9f8e35d4316a2 (diff) | |
download | scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.tar.gz scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.tar.bz2 scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.zip |
SHERLOCK: RT: Implement initial inventory
Diffstat (limited to 'engines/sherlock/scalpel')
-rw-r--r-- | engines/sherlock/scalpel/scalpel_inventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_inventory.h b/engines/sherlock/scalpel/scalpel_inventory.h index 953e02452f..1a26fabb50 100644 --- a/engines/sherlock/scalpel/scalpel_inventory.h +++ b/engines/sherlock/scalpel/scalpel_inventory.h @@ -31,6 +31,8 @@ namespace Scalpel { class ScalpelInventory : public Inventory { public: + int _invIndex; +public: ScalpelInventory(SherlockEngine *vm); ~ScalpelInventory(); |