summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-07-15 23:09:28 +0200
committerGitHub <noreply@github.com>2021-07-15 23:09:28 +0200
commit8018e40ebf2e7033e1929b4ed638afb3de7da692 (patch)
tree8d6aad5743586ae82da644338f332ec34c179aa7 /src/control/Script.h
parentMake PS2 VB files work together with PC audio files (diff)
parentFix Cheat menu debug script loader (diff)
downloadre3-8018e40ebf2e7033e1929b4ed638afb3de7da692.tar
re3-8018e40ebf2e7033e1929b4ed638afb3de7da692.tar.gz
re3-8018e40ebf2e7033e1929b4ed638afb3de7da692.tar.bz2
re3-8018e40ebf2e7033e1929b4ed638afb3de7da692.tar.lz
re3-8018e40ebf2e7033e1929b4ed638afb3de7da692.tar.xz
re3-8018e40ebf2e7033e1929b4ed638afb3de7da692.tar.zst
re3-8018e40ebf2e7033e1929b4ed638afb3de7da692.zip
Diffstat (limited to '')
-rw-r--r--src/control/Script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index 5682024b..cefd6747 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -591,5 +591,6 @@ void RetryMission(int, int);
#endif
#ifdef USE_DEBUG_SCRIPT_LOADER
+int open_script();
extern int scriptToLoad;
#endif \ No newline at end of file