src/timetable.h
author maedhros
Sun, 08 Jul 2007 18:41:34 +0000
changeset 7203 39f68ddb39cc
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r10481) -Codechange: Show a news message with the new industry when primary industry prospecting succeeds.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */