summaryrefslogtreecommitdiff
path: root/src/rail_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-02-08 18:11:06 +0000
committerpeter1138 <peter1138@openttd.org>2009-02-08 18:11:06 +0000
commita68e0ee42f03bb48efbe91a7c6354e4561644ad4 (patch)
tree6b6f3e076c1f595d8ca3e3a57a07ad5ad48cf6fc /src/rail_type.h
parent986224519a27df1aa81445c1507907e11fa09afd (diff)
downloadopenttd-a68e0ee42f03bb48efbe91a7c6354e4561644ad4.tar.xz
(svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table.
Diffstat (limited to 'src/rail_type.h')
-rw-r--r--src/rail_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rail_type.h b/src/rail_type.h
index 73876bd4a..e4cf3905d 100644
--- a/src/rail_type.h
+++ b/src/rail_type.h
@@ -7,6 +7,8 @@
#include "core/enum_type.hpp"
+typedef uint32 RailTypeLabel;
+
/**
* Enumeration for all possible railtypes.
*