aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-16 15:30:57 +0000
committerJohannes Schickel2008-03-16 15:30:57 +0000
commit042666ca0444f351cfe36eaa272b0dc0758c82f6 (patch)
tree5f4a5752f9e926b5d50d01e8461e6756b9412a34 /engines/kyra/kyra_v2.h
parent2bbaadbf95f7ec46c11457099418b742d7108064 (diff)
downloadscummvm-rg350-042666ca0444f351cfe36eaa272b0dc0758c82f6.tar.gz
scummvm-rg350-042666ca0444f351cfe36eaa272b0dc0758c82f6.tar.bz2
scummvm-rg350-042666ca0444f351cfe36eaa272b0dc0758c82f6.zip
Implemented opcode 34: o2_removeItemSlotFromInventory
svn-id: r31145
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index 382ef91388..e839d7869e 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -970,6 +970,7 @@ protected:
int o2_displayWsaSequence(ScriptState *script);
int o2_addItemToCurScene(ScriptState *script);
int o2_checkForItem(ScriptState *script);
+ int o2_removeItemSlotFromInventory(ScriptState *script);
int o2_defineItem(ScriptState *script);
int o2_removeItemFromInventory(ScriptState *script);
int o2_countItemInInventory(ScriptState *script);