Files @ r7830:80ef221c9406
Branch filter:

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

glx
(svn r11380) -Revert (r11191, r11196): it worked, but broke cargo loading
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */