]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/catalogue.h
Add a timetable row type to wait for another train
[r2c2.git] / source / libmarklin / catalogue.h
index d529cfc07969e18f8c17983359aadc5cd543e45b..9a21c5ebadcc15c3e8f57b4257be9293af18891a 100644 (file)
@@ -54,6 +54,7 @@ public:
 
        float get_scale() const { return scale; }
        float get_gauge() const { return gauge; }
+       float get_rail_elevation() const;
        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; }