aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-09-23 06:53:46 +0000
committerTorbjörn Andersson2004-09-23 06:53:46 +0000
commitcaed46c816340186e8ef433940bf76e4ebfc4855 (patch)
treee6280f086bc583b29ca34a3bda3bbe9c043362f4 /saga/script.h
parentc7338cccdb211fde6c6deb45b6168dd97de58989 (diff)
downloadscummvm-rg350-caed46c816340186e8ef433940bf76e4ebfc4855.tar.gz
scummvm-rg350-caed46c816340186e8ef433940bf76e4ebfc4855.tar.bz2
scummvm-rg350-caed46c816340186e8ef433940bf76e4ebfc4855.zip
Added support for scene music and the music-playing opcode to make the
opening scene a bit nicer. svn-id: r15241
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 11f3e877ff..c3164b98e6 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -252,6 +252,7 @@ private:
int SF_setActorZ(R_SCRIPTFUNC_PARAMS);
int SF_getActorX(R_SCRIPTFUNC_PARAMS);
int SF_getActorY(R_SCRIPTFUNC_PARAMS);
+ int SF_playMusic(R_SCRIPTFUNC_PARAMS);
};
} // End of namespace Saga