Files @ r7194:a5774d872411
Branch filter:

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

peter1138
(svn r10472) -Fix (r10741): typos prevented compilation
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */