diff options
| author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-07-24 00:47:04 +0300 |
|---|---|---|
| committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-07-24 00:47:04 +0300 |
| commit | a7e673c2ec6a5ed25f3bae8caab90e2113158c03 (patch) | |
| tree | 8c88859a32b0613a4c28fd1a0432504403e5a5e6 /src/control/Script.h | |
| parent | fix premake (diff) | |
| download | re3-a7e673c2ec6a5ed25f3bae8caab90e2113158c03.tar.gz | |
sync
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 |
