aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2003-05-21 09:29:24 +0000
committerJames Brown2003-05-21 09:29:24 +0000
commit0c0cb618769afe273f9935ae4404d6a4ca08723d (patch)
tree85544f6d88ec93cc8d37fd1ba21504b9c5b208a4 /scumm/scumm.h
parent0096df9737affd13269693a9f54659299771e252 (diff)
downloadscummvm-rg350-0c0cb618769afe273f9935ae4404d6a4ca08723d.tar.gz
scummvm-rg350-0c0cb618769afe273f9935ae4404d6a4ca08723d.tar.bz2
scummvm-rg350-0c0cb618769afe273f9935ae4404d6a4ca08723d.zip
Move stuff around
svn-id: r7775
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 864e1ca244..be7fe62064 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -713,6 +713,8 @@ protected:
void runObjectScript(int script, int entry, bool freezeResistant, bool recursive, int *vars);
void setVerbObject(uint room, uint object, uint verb);
+ void redrawV2Inventory();
+
public:
/* Should be in Actor class */
Actor *derefActor(int id);