Files @ r7101:fa1c6dce9968
Branch filter:

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

peter1138
(svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */