timetable.h
Go to the documentation of this file.00001
00002
00005 #ifndef TIMETABLE_H
00006 #define TIMETABLE_H
00007
00008 void ShowTimetableWindow(const Vehicle *v);
00009 void UpdateVehicleTimetable(Vehicle *v, bool travelling);
00010
00011 #endif