aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-28 16:28:48 -0400
committerWillem Jan Palenstijn2015-05-07 22:49:22 +0200
commit35df6bb7ed44f78548ff7ab6b63fccc4e5b1609f (patch)
tree16bc7f5c5db6d5c28aebc8956b7f2017c51fef46 /engines/sherlock/inventory.h
parentebda40038b72fd34673e2a6e8a29b4ec47d1ee54 (diff)
downloadscummvm-rg350-35df6bb7ed44f78548ff7ab6b63fccc4e5b1609f.tar.gz
scummvm-rg350-35df6bb7ed44f78548ff7ab6b63fccc4e5b1609f.tar.bz2
scummvm-rg350-35df6bb7ed44f78548ff7ab6b63fccc4e5b1609f.zip
SHERLOCK: Implemented doInvControl
Diffstat (limited to 'engines/sherlock/inventory.h')
-rw-r--r--engines/sherlock/inventory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/inventory.h b/engines/sherlock/inventory.h
index 6d61378b99..0fa8eb0824 100644
--- a/engines/sherlock/inventory.h
+++ b/engines/sherlock/inventory.h
@@ -65,6 +65,12 @@ public:
void putInv(int slamit);
void invent(int flag);
+
+ void invCommands(bool slamIt);
+
+ void doInvLite(int index, byte color);
+
+ void doInvJF();
};
} // End of namespace Sherlock