Files @ r7591:5612150f92ce
Branch filter:

Location: cpp/openttd-patchpack/source/src/timetable.h

truelight
(svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice!
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);

#endif /* TIMETABLE_H */