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