Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00012 #ifndef TIMETABLE_H
00013 #define TIMETABLE_H
00014
00015 #include "date_type.h"
00016 #include "vehicle_type.h"
00017
00018 #define WALLCLOCK_NETWORK_COMPATIBLE 0 ///< Whether wallclock should preserve network compatibility. If so, then timetable start dates cannot be set exactly using minutes.
00019
00020 void ShowTimetableWindow(const Vehicle *v);
00021 void UpdateVehicleTimetable(Vehicle *v, bool travelling);
00022 void SetTimetableParams(int param1, int param2, Ticks ticks);
00023
00024 #endif