From 5f883a80175a4cc9abda9d647a6a0d73bda84878 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 25 May 2025 00:25:01 -0300 Subject: move string utility to `util.cc` + small script identifier fix --- src/script.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script.hh') 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 // ========================================================================= -- cgit v1.2.3