src/timetable.h
author truelight
Sun, 04 Nov 2007 18:32:51 +0000
changeset 8325 1552eb5e5430
parent 7477 1f22e188617e
child 10168 24907819f29b
permissions -rw-r--r--
(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 */