diff options
author | Magnus Larsen <golgothasTerror101@gmail.com> | 2021-07-10 17:56:28 +0200 |
---|---|---|
committer | Magnus Larsen <golgothasTerror101@gmail.com> | 2021-07-10 18:34:17 +0200 |
commit | 33c45e4ae0f10a4b296e520d3691b47bc801ea73 (patch) | |
tree | 6591d4f6e541ed89a314eed3168fb785b0778a8a /src/control/Script.h | |
parent | readme: fix lto option (diff) | |
download | re3-33c45e4ae0f10a4b296e520d3691b47bc801ea73.tar re3-33c45e4ae0f10a4b296e520d3691b47bc801ea73.tar.gz re3-33c45e4ae0f10a4b296e520d3691b47bc801ea73.tar.bz2 re3-33c45e4ae0f10a4b296e520d3691b47bc801ea73.tar.lz re3-33c45e4ae0f10a4b296e520d3691b47bc801ea73.tar.xz re3-33c45e4ae0f10a4b296e520d3691b47bc801ea73.tar.zst re3-33c45e4ae0f10a4b296e520d3691b47bc801ea73.zip |
Diffstat (limited to 'src/control/Script.h')
-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 |