diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-25 00:25:01 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-25 00:25:01 -0300 |
| commit | 5f883a80175a4cc9abda9d647a6a0d73bda84878 (patch) | |
| tree | d585487084c455a5ff0659a8cff6fdaf9d357ba9 /src/script.hh | |
| parent | 3f557369c7bbd08fdf2e6dbd9271873b20a9a144 (diff) | |
| download | game-5f883a80175a4cc9abda9d647a6a0d73bda84878.tar.gz game-5f883a80175a4cc9abda9d647a6a0d73bda84878.zip | |
move string utility to `util.cc` + small script identifier fix
Diffstat (limited to 'src/script.hh')
| -rw-r--r-- | src/script.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script.hh b/src/script.hh index 59df86d..0aa6a78 100644 --- a/src/script.hh +++ b/src/script.hh @@ -4,6 +4,8 @@ #include "common.hh" #include "enums.hh" +#define MAX_IDENT_LENGTH 30 + struct TReadScriptFile { // REGULAR FUNCTIONS // ========================================================================= |
