summaryrefslogtreecommitdiff
path: root/src/depot_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/depot_type.h')
-rw-r--r--src/depot_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/depot_type.h b/src/depot_type.h
index 2d55f5978..ab6013e13 100644
--- a/src/depot_type.h
+++ b/src/depot_type.h
@@ -15,4 +15,7 @@
typedef uint16 DepotID;
struct Depot;
+static const uint MAX_LENGTH_DEPOT_NAME_BYTES = 31; ///< The maximum length of a depot name in bytes including '\0'
+static const uint MAX_LENGTH_DEPOT_NAME_PIXELS = 180; ///< The maximum length of a depot name in pixels
+
#endif /* DEPOT_TYPE_H */