]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/vehicletype.h
Add reverse and arrival row types to Timetable
[r2c2.git] / source / libmarklin / vehicletype.h
index 2edf3bf55fee5242a11c73cb363327fcd70f4f61..082e3bc1e2167e3a66a0e10147b677b94028e210 100644 (file)
@@ -90,6 +90,8 @@ public:
        float get_height() const { return height; }
        const std::vector<Axle> &get_axles() const { return axles; }
        const std::vector<Bogie> &get_bogies() const { return bogies; }
+       float get_front_axle_offset() const;
+       float get_back_axle_offset() const;
        const std::string &get_object() const { return object; }
 };