Mercurial > hg > openttd
view src/timetable.h @ 9281:084086b60da8 draft
(svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 17 May 2008 21:13:05 +0000 |
parents | d48433370037 |
children | bc7926153e19 |
line wrap: on
line source
/* $Id$ */ /** @file timetable.h Functions related to time tabling. */ #ifndef TIMETABLE_H #define TIMETABLE_H void ShowTimetableWindow(const Vehicle *v); void UpdateVehicleTimetable(Vehicle *v, bool travelling); void SetTimetableParams(int param1, int param2, uint32 time); #endif /* TIMETABLE_H */