X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fvehicle.h;h=94ae2b1683e648cc8f07cb9edfc1ff56d107ecdf;hb=f730acd5fa2b4f0d0185770ff7950ab814aec47c;hp=616ad366d2de5ce2973a48848e2e33fb2d169719;hpb=0c2a3e6c435fd4cf05cc5275f750d341842aa543;p=r2c2.git diff --git a/source/libr2c2/vehicle.h b/source/libr2c2/vehicle.h index 616ad36..94ae2b1 100644 --- a/source/libr2c2/vehicle.h +++ b/source/libr2c2/vehicle.h @@ -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);