Files @ r7988:6e863b967b47
Branch filter:

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

glx
(svn r11544) -Fix [FS#1501]: revert r11453 as it translated cargo when it should not
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */