Rename and move train max speed estimation functions

This commit is contained in:
Jonathan G Rennison
2021-07-17 23:06:34 +01:00
parent d01cfa8c08
commit 502af119e5
3 changed files with 63 additions and 61 deletions

View File

@@ -493,4 +493,6 @@ inline int GetTrainStopLocation(StationID station_id, TileIndex tile, Train *v,
return GetTrainStopLocation(station_id, tile, v, update_train_state, station_ahead, station_length, v->x_pos, v->y_pos);
}
int GetTrainEstimatedMaxAchievableSpeed(const Train *train, const int mass, const int speed_cap);
#endif /* TRAIN_H */