Files @ r7104:515beedd422b
Branch filter:

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

peter1138
(svn r10371) -Fix (r9874): Remove never-used GetGroupName() function
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */