Files @ r7834:7c09526a852f
Branch filter:

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

glx
(svn r11384) -Fix: second and third accepted cargo were inverted in original industry tiles
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */