Add show passenger and show freight buttons to departure window

This commit is contained in:
Jonathan G Rennison
2017-09-22 22:24:44 +01:00
parent 7d5f277a96
commit 07ca7cfb8c
5 changed files with 71 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
#include "core/smallvec_type.hpp"
#include "departures_type.h"
DepartureList* MakeDepartureList(StationID station, bool show_vehicle_types[4], DepartureType type = D_DEPARTURE, bool show_vehicles_via = false);
DepartureList* MakeDepartureList(StationID station, bool show_vehicle_types[4], DepartureType type = D_DEPARTURE,
bool show_vehicles_via = false, bool show_pax = true, bool show_freight = true);
#endif /* DEPARTURES_FUNC_H */