src/timetable.h
author smatz
Mon, 22 Sep 2008 14:34:38 +0000
changeset 10177 41ce7529a331
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14383) -Fix [FS#2316](r14343): handle invalid 'v->u.air.targetairport' in the NewGRF code, too
/* $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 */