maedhros@7477: /* $Id$ */ maedhros@7477: rubidium@10429: /** @file timetable.h Functions related to time tabling. */ maedhros@7477: maedhros@7477: #ifndef TIMETABLE_H maedhros@7477: #define TIMETABLE_H maedhros@7477: maedhros@7477: void ShowTimetableWindow(const Vehicle *v); maedhros@7477: void UpdateVehicleTimetable(Vehicle *v, bool travelling); maedhros@10168: void SetTimetableParams(int param1, int param2, uint32 time); maedhros@7477: maedhros@7477: #endif /* TIMETABLE_H */