Files @ r8892:ec2887438e08
Branch filter:

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

rubidium
(svn r12659) -Cleanup: some style cleanups in vehicle.cpp.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */