summaryrefslogtreecommitdiff
path: root/src/timetable.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-06-20 19:26:25 +0000
committermaedhros <maedhros@openttd.org>2007-06-20 19:26:25 +0000
commitb2609653e46abeaf447df6052c10887a6055adc9 (patch)
tree26d7f1b5529efce03ec75daad0e589566ec822da /src/timetable.h
parentcf0118ee63603132dc1d08d7f7e800b26e53fc97 (diff)
downloadopenttd-b2609653e46abeaf447df6052c10887a6055adc9.tar.xz
(svn r10237) -Fix (r10236): It helps if you use svn add with new files...
Diffstat (limited to 'src/timetable.h')
-rw-r--r--src/timetable.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/timetable.h b/src/timetable.h
new file mode 100644
index 000000000..b48805417
--- /dev/null
+++ b/src/timetable.h
@@ -0,0 +1,11 @@
+/* $Id$ */
+
+/** @file timetable.h */
+
+#ifndef TIMETABLE_H
+#define TIMETABLE_H
+
+void ShowTimetableWindow(const Vehicle *v);
+void UpdateVehicleTimetable(Vehicle *v, bool travelling);
+
+#endif /* TIMETABLE_H */