(svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.

This commit is contained in:
2008-08-24 23:00:11 +00:00
parent ff07598ce2
commit 2f80a277eb
4 changed files with 22 additions and 1 deletions

View File

@@ -237,4 +237,9 @@ RailType GetBestRailtype(const PlayerID p);
*/
RailTypes GetPlayerRailtypes(const PlayerID p);
/**
* Reset all rail type information to its default values.
*/
void ResetRailTypes();
#endif /* RAIL_H */