aboutsummaryrefslogtreecommitdiff
path: root/src/script.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-25 00:25:01 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-25 00:25:01 -0300
commit5f883a80175a4cc9abda9d647a6a0d73bda84878 (patch)
treed585487084c455a5ff0659a8cff6fdaf9d357ba9 /src/script.hh
parent3f557369c7bbd08fdf2e6dbd9271873b20a9a144 (diff)
downloadgame-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.hh2
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
// =========================================================================