X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Ftrain.h;h=ccfcbec1058f0dd6c12ab5409ad66415e4c27298;hb=e2ecc5a6e8e8056cd09599e60140498f322b87b6;hp=8087745f3dd29f03b9d3b3bfb4eec75859c246e8;hpb=d3907f4b0e60f246a53201b93b06e86062f1b48a;p=r2c2.git diff --git a/source/libmarklin/train.h b/source/libmarklin/train.h index 8087745..ccfcbec 100644 --- a/source/libmarklin/train.h +++ b/source/libmarklin/train.h @@ -120,6 +120,9 @@ public: bool get_function(unsigned) const; unsigned get_functions() const { return functions; } + void set_timetable(Timetable *); + Timetable *get_timetable() { return timetable; } + void set_route(const Route *); void go_to(const Track &); const Route *get_route() const { return route; }