src/timetable.h
author frosch
Tue, 15 Jul 2008 17:13:50 +0000
changeset 11148 f0e0245a05c3
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13706) -Fix (r13695): Small typo.
/* $Id$ */

/** @file timetable.h Functions related to time tabling. */

#ifndef TIMETABLE_H
#define TIMETABLE_H

void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);
void SetTimetableParams(int param1, int param2, uint32 time);

#endif /* TIMETABLE_H */