@@ -16,7 +16,9 @@
 | 
			
		||||
#include "core/smallvec_type.hpp"
 | 
			
		||||
#include "departures_type.h"
 | 
			
		||||
 | 
			
		||||
DepartureList* MakeDepartureList(StationID station, bool show_vehicle_types[4], DepartureType type = D_DEPARTURE,
 | 
			
		||||
#include <vector>
 | 
			
		||||
 | 
			
		||||
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);
 | 
			
		||||
 | 
			
		||||
#endif /* DEPARTURES_FUNC_H */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user