]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/track.h
Make use of the mspmath library
[r2c2.git] / source / libr2c2 / track.h
index 13409d5e753a75b0b9345f6d072a621e75dc56e5..7dfa7528081593a8982dd3975a25ab4d5fcef801 100644 (file)
@@ -54,7 +54,7 @@ public:
        void set_block(Block *);
        Block &get_block() const;
        virtual void set_position(const Vector &);
-       virtual void set_rotation(float);
+       virtual void set_rotation(const Angle &);
        void set_slope(float);
        void set_flex(bool);
        float get_slope() const { return slope; }