src/timetable.h
author smatz
Fri, 13 Jun 2008 00:00:04 +0000
changeset 10948 66145f71ebb9
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13502) -Fix (r11212): drawing of zoomed out partial sprites could cause deadlocks or crashes
/* $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 */