aboutsummaryrefslogtreecommitdiff
path: root/scumm/logic_he.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-14 00:32:40 +0000
committerEugene Sandulenko2005-05-14 00:32:40 +0000
commitca65bf09fb2a980f0b36ef10a935c03b6c365645 (patch)
tree75e52730925c407fbccb2b6b2fee7071fddea3f3 /scumm/logic_he.h
parent19d238b85eba76c1f400e27966eade183335122f (diff)
downloadscummvm-rg350-ca65bf09fb2a980f0b36ef10a935c03b6c365645.tar.gz
scummvm-rg350-ca65bf09fb2a980f0b36ef10a935c03b6c365645.tar.bz2
scummvm-rg350-ca65bf09fb2a980f0b36ef10a935c03b6c365645.zip
More football logic opcodes.
svn-id: r18085
Diffstat (limited to 'scumm/logic_he.h')
-rw-r--r--scumm/logic_he.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/logic_he.h b/scumm/logic_he.h
index 957103ba4d..ff1ab647e4 100644
--- a/scumm/logic_he.h
+++ b/scumm/logic_he.h
@@ -95,9 +95,12 @@ public:
int32 dispatch(int op, int numArgs, int32 *args);
private:
+ int op_1004(int32 *args);
int op_1006(int32 *args);
+ int op_1007(int32 *args);
int op_1010(int32 *args);
int op_1022(int32 *args);
+ int op_1024(int32 *args);
};
} // End of namespace Scumm