Files @ r8122:b60b03677b3f
Branch filter:

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

belugas
(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */