view src/timetable.h @ 9476:bba7a506af6d draft

(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
author rubidium <rubidium@openttd.org>
date Sun, 08 Jun 2008 10:51:36 +0000
parents d48433370037
children bc7926153e19
line wrap: on
line source

/* $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 */