src/timetable.h
author rubidium
Mon, 09 Jul 2007 19:38:12 +0000
changeset 7215 7f90af37655d
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);

#endif /* TIMETABLE_H */