X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftracktype.h;fp=source%2Flibr2c2%2Ftracktype.h;h=56d164f1b652a308a58a7ec1b0cf7505d6491631;hb=145ba6391812e2b1040a78a8f0fda5888bfea610;hp=64efe8c1907f27541d08af89a2898aa4c02040ac;hpb=1e7b81e843b584381ed779996b3e7a20f3ec19ce;p=r2c2.git diff --git a/source/libr2c2/tracktype.h b/source/libr2c2/tracktype.h index 64efe8c..56d164f 100644 --- a/source/libr2c2/tracktype.h +++ b/source/libr2c2/tracktype.h @@ -56,6 +56,7 @@ public: float get_path_length(int) const; unsigned get_paths() const; unsigned get_n_paths() const; + unsigned coerce_path(unsigned, unsigned) const; unsigned get_state_bits() const { return state_bits; } bool is_turnout() const; bool is_dead_end() const;