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
commit29490c6bec466a534194fe36017da4b4f95314c3 (patch)
tree26d7f1b5529efce03ec75daad0e589566ec822da /src/timetable.h
parent7fb6e8f11de50884d0f7252891ac1b93174796c3 (diff)
downloadopenttd-29490c6bec466a534194fe36017da4b4f95314c3.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 */