X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=blobdiff_plain;f=source%2Flibr2c2%2Ftimetable.h;h=17a418ebab2b7c4da358a7a0e5fd78623b67936a;hp=9ec804e0692d02834c72fa2de50bdb4fc6f0c795;hb=3dd660ffad729fbd6e75e6401f5c7f27b9013faf;hpb=1c15570729bbce44f0518373ca5bf8bf41cfa3b3 diff --git a/source/libr2c2/timetable.h b/source/libr2c2/timetable.h index 9ec804e..17a418e 100644 --- a/source/libr2c2/timetable.h +++ b/source/libr2c2/timetable.h @@ -2,12 +2,12 @@ #define LIBR2C2_TIMETABLE_H_ #include +#include "trackchain.h" #include "trainai.h" namespace R2C2 { class Layout; -class TrackChain; class Timetable: public TrainAI { @@ -49,6 +49,7 @@ public: RowType type; TrackChain *target; + TrackChain::Direction direction; Msp::Time::TimeDelta time; Row();