src/timetable.h
branchNewGRF_ports
changeset 10210 a2131f7a315d
parent 6720 35756db7e577
child 10429 1b99254f9607
equal deleted inserted replaced
10200:aba3af04cdbd 10210:a2131f7a315d
     5 #ifndef TIMETABLE_H
     5 #ifndef TIMETABLE_H
     6 #define TIMETABLE_H
     6 #define TIMETABLE_H
     7 
     7 
     8 void ShowTimetableWindow(const Vehicle *v);
     8 void ShowTimetableWindow(const Vehicle *v);
     9 void UpdateVehicleTimetable(Vehicle *v, bool travelling);
     9 void UpdateVehicleTimetable(Vehicle *v, bool travelling);
       
    10 void SetTimetableParams(int param1, int param2, uint32 time);
    10 
    11 
    11 #endif /* TIMETABLE_H */
    12 #endif /* TIMETABLE_H */