diff options
author | withmorten <morten.with@gmail.com> | 2021-07-15 23:09:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 23:09:28 +0200 |
commit | 8018e40ebf2e7033e1929b4ed638afb3de7da692 (patch) | |
tree | 8d6aad5743586ae82da644338f332ec34c179aa7 /src/control/Script.h | |
parent | Make PS2 VB files work together with PC audio files (diff) | |
parent | Fix Cheat menu debug script loader (diff) | |
download | re3-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.h | 1 |
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 |