summaryrefslogtreecommitdiff
path: root/src/timetable.h
diff options
context:
space:
mode:
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 */