summaryrefslogtreecommitdiff
path: root/src/rail_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rail_type.h')
-rw-r--r--src/rail_type.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rail_type.h b/src/rail_type.h
index 18a769841..1ad5d9698 100644
--- a/src/rail_type.h
+++ b/src/rail_type.h
@@ -16,6 +16,11 @@
typedef uint32 RailTypeLabel;
+static const RailTypeLabel RAILTYPE_RAIL_LABEL = 'RAIL';
+static const RailTypeLabel RAILTYPE_ELECTRIC_LABEL = 'ELRL';
+static const RailTypeLabel RAILTYPE_MONO_LABEL = 'MONO';
+static const RailTypeLabel RAILTYPE_MAGLEV_LABEL = 'MGLV';
+
/**
* Enumeration for all possible railtypes.
*