Files @ r7061:fe08da939c84
Branch filter:

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

peter1138
(svn r10326) -Update: change to new string codes used in english.txt
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */