]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/train.h
Support taking trains off the tracks
[r2c2.git] / source / libmarklin / train.h
index f00d0fceec719d37b51242bddb6671394ab1c407..02d1d52de1b8751d411bc5aa063300f46d2fb110 100644 (file)
@@ -137,6 +137,7 @@ public:
        void go_to(const Track &);
        const Route *get_route() const { return route; }
        void place(Block &, unsigned);
+       void unplace();
        bool is_placed() const { return !cur_blocks.empty(); }
        bool free_block(Block &);
        int get_entry_to_block(Block &) const;