Files @ r7831:09718d610cd4
Branch filter:

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

glx
(svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */