Files @ r7324:414a78d605b6
Branch filter:

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

rubidium
(svn r10687) -Fix (r10686): subversion does not like it when you change code when you are typing the commit message.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */