src/timetable.h
author belugas
Fri, 08 Aug 2008 03:37:00 +0000
changeset 9871 57a332d08e74
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button
/* $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 */