src/timetable.h
author rubidium
Thu, 02 Aug 2007 23:40:19 +0000
changeset 7391 8c87aec393c7
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r10760) -Codechange: make the order struct use the pool item class as super class.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */