summaryrefslogtreecommitdiff
path: root/src/timetable.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2008-04-14 12:40:09 +0000
committermaedhros <maedhros@openttd.org>2008-04-14 12:40:09 +0000
commit1f59821020389478b6bde28639e916e646c53cb7 (patch)
treefbb54fac086bb8d399862e631036ec3df0c3bd4d /src/timetable.h
parent14b307a621432dae325c2783422387843871e86b (diff)
downloadopenttd-1f59821020389478b6bde28639e916e646c53cb7.tar.xz
(svn r12699) -Codechange: Unify the order drawing code for orders and timetables.
Diffstat (limited to 'src/timetable.h')
-rw-r--r--src/timetable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timetable.h b/src/timetable.h
index b48805417..1e0f57fa9 100644
--- a/src/timetable.h
+++ b/src/timetable.h
@@ -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 */