(svn r11379) -Fix r11378: KillFirstBit2x64 accepts and returns unsigned variables, not signed, so enforce that a bit
/* $Id$ */
/** @file timetable.h */
#ifndef TIMETABLE_H
#define TIMETABLE_H
void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);
#endif /* TIMETABLE_H */