diff options
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index 44e69016..4e443727 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -47,6 +47,10 @@ void FlushLog(); #define KEY_LENGTH_IN_SCRIPT (8) +#ifdef USE_DEBUG_SCRIPT_LOADER +extern const char* scriptfile; +#endif + //#define GTA_SCRIPT_COLLECTIVE struct intro_script_rectangle |