Files @ r8646:589b04f7e6f3
Branch filter:

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

belugas
(svn r12289) -Fix(r12288)[FS#1808]: Wrong bridge head table associated
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */