(svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions

This commit is contained in:
rubidium
2009-11-21 12:43:09 +00:00
parent 0512761214
commit 37056b564c
5 changed files with 30 additions and 19 deletions

View File

@@ -12,8 +12,10 @@
#ifndef TIMETABLE_H
#define TIMETABLE_H
#include "date_type.h"
void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);
void SetTimetableParams(int param1, int param2, uint32 time);
void SetTimetableParams(int param1, int param2, Ticks ticks);
#endif /* TIMETABLE_H */