Files @ r7249:faff81d8d86f
Branch filter:

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

rubidium
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */