]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/tracktype.h
Add a timetable row type to wait for another train
[r2c2.git] / source / libmarklin / tracktype.h
index 582f77ae25b1a506bbd49b28c6fec8cfea3f57e7..99989be664ae15e7ba3f14dd64be865b8da186e5 100644 (file)
@@ -44,6 +44,7 @@ public:
        unsigned get_paths() const;
        unsigned get_n_paths() const;
        bool is_turnout() const;
+       bool is_dead_end() const;
        bool is_double_address() const { return double_address; }
        const std::vector<TrackPart> &get_parts() const { return parts; }
        const std::vector<Endpoint> &get_endpoints() const { return endpoints; }