src/timetable.h
author rubidium
Thu, 17 Jul 2008 21:15:57 +0000
changeset 11162 37d01497c935
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.
/* $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 */