Files @ r8475:137ecc1df698
Branch filter:

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

belugas
(svn r12048) -Cleanup: Move some strings in the original bridge array, adjust documentation a bit.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */