src/timetable.h
author belugas
Tue, 17 Jun 2008 02:33:42 +0000
changeset 10987 4271189aa492
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13541) -Codechange: Aligning some switch case. Code cosmetics.
/* $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 */