aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2003-05-21 10:13:06 +0000
committerJames Brown2003-05-21 10:13:06 +0000
commit60ac300bf3982d3f7ae34521e93918215fb7f4a8 (patch)
tree67294d49a992f1d8a824b8879a87b998445aeee7 /scumm/scumm.h
parent0c0cb618769afe273f9935ae4404d6a4ca08723d (diff)
downloadscummvm-rg350-60ac300bf3982d3f7ae34521e93918215fb7f4a8.tar.gz
scummvm-rg350-60ac300bf3982d3f7ae34521e93918215fb7f4a8.tar.bz2
scummvm-rg350-60ac300bf3982d3f7ae34521e93918215fb7f4a8.zip
Work on V2 inventory hack a little more
svn-id: r7776
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index be7fe62064..f5b4037546 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -713,6 +713,7 @@ protected:
void runObjectScript(int script, int entry, bool freezeResistant, bool recursive, int *vars);
void setVerbObject(uint room, uint object, uint verb);
+ void checkV2Inventory(int x, int y);
void redrawV2Inventory();
public: