(svn r18969) -Add: [NewGRF] NewGRF-settable rail type properties.

This commit is contained in:
peter1138
2010-01-30 21:49:22 +00:00
parent 84c6616ee0
commit 32ef582c37
4 changed files with 188 additions and 1 deletions

View File

@@ -281,4 +281,9 @@ RailType GetRailTypeByLabel(RailTypeLabel label);
*/
void ResetRailTypes();
/**
* Allocate a new rail type label
*/
RailType AllocateRailType(RailTypeLabel label);
#endif /* RAIL_H */