From 213c4093bac6954e17be4311d9a7840402764780 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 27 Oct 2004 22:17:11 +0000 Subject: Implement some script functions and report stubs. svn-id: r15691 --- saga/script.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'saga/script.h') 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 -- cgit v1.2.3