aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-10-27 22:17:11 +0000
committerEugene Sandulenko2004-10-27 22:17:11 +0000
commit213c4093bac6954e17be4311d9a7840402764780 (patch)
tree6591f3f90efb5552cc71ebf44b810dff0dba5b65 /saga/script.h
parentc7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312 (diff)
downloadscummvm-rg350-213c4093bac6954e17be4311d9a7840402764780.tar.gz
scummvm-rg350-213c4093bac6954e17be4311d9a7840402764780.tar.bz2
scummvm-rg350-213c4093bac6954e17be4311d9a7840402764780.zip
Implement some script functions and report stubs.
svn-id: r15691
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/saga/script.h b/saga/script.h
index 71ebcefc4c..757cf933a8 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -301,6 +301,11 @@ private:
int SF_enableEscape(SCRIPTFUNC_PARAMS);
int SF_playSound(SCRIPTFUNC_PARAMS);
int SF_gotoScene(SCRIPTFUNC_PARAMS);
+ int SF_rand(SCRIPTFUNC_PARAMS);
+ int SF_sceneEq(SCRIPTFUNC_PARAMS);
+ int SF_placard(SCRIPTFUNC_PARAMS);
+ int SF_placardOff(SCRIPTFUNC_PARAMS);
+ int SF_fadeMusic(SCRIPTFUNC_PARAMS);
};
} // End of namespace Saga