Files @ r8030:87f5c8990099
Branch filter:

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

glx
(svn r11590) -Fix (r11193): IsSlopeRefused() result was half wrong
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */