src/timetable.h
author rubidium
Fri, 18 Apr 2008 16:51:54 +0000
changeset 8979 d7ba4e5eac9c
parent 8929 ebb6e864b545
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r12771) -Codechange: remove more from variables.h.
/* $Id$ */

/** @file timetable.h */

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