Files @ r8530:f024ec651ac7
Branch filter:

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

belugas
(svn r12105) -Codechange: Use TransportType instead of guessing what kind of bridge we are preparing to build
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */