X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fcatalogue.h;h=5ac3665f2eb2e7573715951560aafebfecd27658;hb=d91ab10fd78ef29272282b020fa4e08063cb4808;hp=c8b006ab42820b8b7b786e3ca494292fed7874a3;hpb=8dce175e31941c2f6e92ce52204e9b61a071d4f9;p=r2c2.git diff --git a/source/libr2c2/catalogue.h b/source/libr2c2/catalogue.h index c8b006a..5ac3665 100644 --- a/source/libr2c2/catalogue.h +++ b/source/libr2c2/catalogue.h @@ -50,6 +50,7 @@ private: Profile rail_profile; Profile ballast_profile; Profile path_profile; + std::string track_technique; TrackMap tracks; VehicleMap vehicles; Layout layout; @@ -64,6 +65,7 @@ public: const Profile &get_rail_profile() const { return rail_profile; } const Profile &get_ballast_profile() const { return ballast_profile; } const Profile &get_path_profile() const { return path_profile; } + const std::string &get_track_technique() const { return track_technique; } void add_track(TrackType &); const TrackType &get_track(const ArticleNumber &) const;