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

This commit is contained in:
peter1138
2010-01-30 21:49:22 +00:00
parent 5051bc84e3
commit 91c42bb596
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 */