From 1f59821020389478b6bde28639e916e646c53cb7 Mon Sep 17 00:00:00 2001 From: maedhros Date: Mon, 14 Apr 2008 12:40:09 +0000 Subject: (svn r12699) -Codechange: Unify the order drawing code for orders and timetables. --- src/timetable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/timetable.h') 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 */ -- cgit v1.2.3-54-g00ecf