]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/vehicle.h
Introduce a tilt (vertical angle) property to Object
[r2c2.git] / source / libr2c2 / vehicle.h
index 616ad366d2de5ce2973a48848e2e33fb2d169719..94ae2b1683e648cc8f07cb9edfc1ff56d107ecdf 100644 (file)
@@ -99,6 +99,7 @@ public:
        // TODO implement these - should call place() with suitable parameters
        virtual void set_position(const Vector &) { }
        virtual void set_rotation(const Angle &) { }
+       virtual void set_tilt(const Angle &) { }
        void place(const TrackIter &, float, PlaceMode = CENTER);
        void unplace();
        void advance(float);