src/timetable.h
author rubidium
Sat, 20 Oct 2007 17:11:02 +0000
changeset 8261 ed2ea3ac3edc
parent 7477 1f22e188617e
child 10168 24907819f29b
permissions -rw-r--r--
(svn r11314) -Fix [FS#1356]: stop following a vehicle when you sell/destroyed it.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */