Files @ r7707:0f25fce9ac45
Branch filter:

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

belugas
(svn r11241) -Fix: Obiwan error on industry animated tiles. Spotted and fixed by Csaboka
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */