X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=blobdiff_plain;f=source%2Flibr2c2%2Ftimetable.h;h=75572490665ae80d66a670cc6f42131cdb68dcf6;hp=3d7622aeb918c8ac35462df46e28cdc105548964;hb=dfeb2d2896fe18e55b1f6c4a8028b7cfb878dede;hpb=474a2f819c2f7c5216cba5f33fcbc36d9b6886d1 diff --git a/source/libr2c2/timetable.h b/source/libr2c2/timetable.h index 3d7622a..7557249 100644 --- a/source/libr2c2/timetable.h +++ b/source/libr2c2/timetable.h @@ -98,6 +98,7 @@ private: void update_route(); void event(TrainAI &, const Message &); void record_time(); + void clock_discontinuity(); }; } // namespace R2C2