src/rail.h
changeset 10225 eb61dd8101c1
parent 10207 c291a21b304e
equal deleted inserted replaced
10224:422d31f4559f 10225:eb61dd8101c1
   236 /**
   236 /**
   237  * Get the rail types the given company can build.
   237  * Get the rail types the given company can build.
   238  * @param company the company to get the rail types for.
   238  * @param company the company to get the rail types for.
   239  * @return the rail types.
   239  * @return the rail types.
   240  */
   240  */
   241 RailTypes GetCompanyRailtypes(const CompanyID p);
   241 RailTypes GetCompanyRailtypes(const CompanyID c);
   242 
   242 
   243 /**
   243 /**
   244  * Reset all rail type information to its default values.
   244  * Reset all rail type information to its default values.
   245  */
   245  */
   246 void ResetRailTypes();
   246 void ResetRailTypes();