aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-10-20 22:38:24 +0000
committerEugene Sandulenko2004-10-20 22:38:24 +0000
commite58a097acfd231f36eda89f76b385c7c13d58ded (patch)
treeee08e85740a3df8025371098fd5d47764e6ecf85 /saga/script.h
parentdaee7c19e53817e5e331286c2c595c8358dcd74a (diff)
downloadscummvm-rg350-e58a097acfd231f36eda89f76b385c7c13d58ded.tar.gz
scummvm-rg350-e58a097acfd231f36eda89f76b385c7c13d58ded.tar.bz2
scummvm-rg350-e58a097acfd231f36eda89f76b385c7c13d58ded.zip
FX_CROWD constants are correct.
Add some simple stub. svn-id: r15621
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/script.h b/saga/script.h
index 1ca262d060..c5b666339e 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -274,6 +274,7 @@ private:
int SF_getActorX(R_SCRIPTFUNC_PARAMS);
int SF_getActorY(R_SCRIPTFUNC_PARAMS);
int SF_playMusic(R_SCRIPTFUNC_PARAMS);
+ int SF_enableEscape(R_SCRIPTFUNC_PARAMS);
int SF_playSound(R_SCRIPTFUNC_PARAMS);
};