summaryrefslogtreecommitdiff
path: root/src/group_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/group_type.h')
-rw-r--r--src/group_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/group_type.h b/src/group_type.h
index 9d4f269ed..94b25ab27 100644
--- a/src/group_type.h
+++ b/src/group_type.h
@@ -11,6 +11,9 @@ enum {
ALL_GROUP = 0xFFFD,
DEFAULT_GROUP = 0xFFFE, ///< ungrouped vehicles are in this group.
INVALID_GROUP = 0xFFFF,
+
+ MAX_LENGTH_GROUP_NAME_BYTES = 31, ///< The maximum length of a group name in bytes including '\0'
+ MAX_LENGTH_GROUP_NAME_PIXELS = 150, ///< The maximum length of a group name in pixels
};
struct Group;