aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2008-05-24 22:11:41 +0000
committerEugene Sandulenko2008-05-24 22:11:41 +0000
commitf2d72d9473be5dd3d942976e8ed84d58d746def9 (patch)
tree3ed192e94ea18c91fe08f01d420dbcff55550eea /engines/cine/script.h
parent0147dd10dccd19ba140ccc11acff596369025ff0 (diff)
downloadscummvm-rg350-f2d72d9473be5dd3d942976e8ed84d58d746def9.tar.gz
scummvm-rg350-f2d72d9473be5dd3d942976e8ed84d58d746def9.tar.bz2
scummvm-rg350-f2d72d9473be5dd3d942976e8ed84d58d746def9.zip
Patch #1969189: "CinE renderer rewrite"
svn-id: r32257
Diffstat (limited to 'engines/cine/script.h')
-rw-r--r--engines/cine/script.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cine/script.h b/engines/cine/script.h
index 4a2e7072ee..23bb179ee5 100644
--- a/engines/cine/script.h
+++ b/engines/cine/script.h
@@ -230,6 +230,7 @@ protected:
int o1_unloadMask5();
// pointers to member functions in C++ suck...
+ int o2_loadCt();
int o2_loadPart();
int o2_addSeqListElement();
int o2_removeSeq();
@@ -362,7 +363,7 @@ extern ScriptVars globalVars;
void setupOpcodes();
-void decompileScript(byte *scriptPtr, int16 *stackPtr, uint16 scriptSize, uint16 scriptIdx);
+void decompileScript(const byte *scriptPtr, uint16 scriptSize, uint16 scriptIdx);
void dumpScript(char *dumpName);
#define OP_loadPart 0x3F