Add setting for departure boards duration when using minutes

Default to 24 hours
This commit is contained in:
Jonathan G Rennison
2023-06-07 02:20:32 +01:00
parent f3116eedcf
commit d3fbe88a9c
8 changed files with 36 additions and 6 deletions

View File

@@ -21,4 +21,6 @@
DepartureList* MakeDepartureList(StationID station, const std::vector<const Vehicle *> &vehicles, DepartureType type = D_DEPARTURE,
bool show_vehicles_via = false, bool show_pax = true, bool show_freight = true);
DateTicksScaled GetDeparturesMaxTicksAhead();
#endif /* DEPARTURES_FUNC_H */