aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-10-21 08:54:50 +0000
committerTorbjörn Andersson2003-10-21 08:54:50 +0000
commit3be2f0f1e08fc191e9f092380845919778e77a58 (patch)
treea3f45971b122f2598e0ea4713aa204c7cf18ba6d /sword2/logic.h
parented0c30fcbf7f0fdd2633451c894ea7bd4980076c (diff)
downloadscummvm-rg350-3be2f0f1e08fc191e9f092380845919778e77a58.tar.gz
scummvm-rg350-3be2f0f1e08fc191e9f092380845919778e77a58.tar.bz2
scummvm-rg350-3be2f0f1e08fc191e9f092380845919778e77a58.zip
Moved some more stuff into the Logic class.
svn-id: r10923
Diffstat (limited to 'sword2/logic.h')
-rw-r--r--sword2/logic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sword2/logic.h b/sword2/logic.h
index 0bf985b4e8..a1c2e4d718 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -61,6 +61,9 @@ public:
setupOpcodes();
}
+ void setGlobalInterpreterVariables(int32 *vars);
+ int runScript(char *scriptData, char *objectData, uint32 *offset);
+
int32 executeOpcode(int op, int32 *params);
int32 fnTestFunction(int32 *params);