aboutsummaryrefslogtreecommitdiff
path: root/saga/script_mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script_mod.h')
-rw-r--r--saga/script_mod.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/saga/script_mod.h b/saga/script_mod.h
index ee08bcbd2a..6dfb53116a 100644
--- a/saga/script_mod.h
+++ b/saga/script_mod.h
@@ -43,11 +43,6 @@ enum R_SCRIPT_VERBS {
S_VERB_GIVE
};
-int SCRIPT_Register();
-int SCRIPT_Init();
-int SCRIPT_Shutdown();
-int SCRIPT_Load(int script_num);
-int SCRIPT_Free();
R_SCRIPT_THREAD *STHREAD_Create();
int STHREAD_Execute(R_SCRIPT_THREAD *thread, int ep_num);
int STHREAD_ExecThreads(int msec);