src/timetable.h
author frosch
Mon, 03 Nov 2008 20:23:51 +0000
changeset 10317 a904407b644f
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14562) -Fix (r14561): 8 bits are enough. The rest stays reserved.
/* $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 */