(svn r12699) -Codechange: Unify the order drawing code for orders and timetables.

This commit is contained in:
maedhros
2008-04-14 12:40:09 +00:00
parent 14b307a621
commit 1f59821020
4 changed files with 110 additions and 173 deletions

View File

@@ -7,5 +7,6 @@
void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);
void SetTimetableParams(int param1, int param2, uint32 time);
#endif /* TIMETABLE_H */