X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fmeasure.h;h=b991d42be50b30eddc4c39697150565b4b0d9046;hb=ec1f75d72e5c4f7f7c9dafdf80f58c30ffb1a855;hp=fc675a6b9a859fed36250140b0715e284f6e093b;hpb=f8a7788cee0261babfc4c804a58515aad6dfbc3d;p=r2c2.git diff --git a/source/designer/measure.h b/source/designer/measure.h index fc675a6..b991d42 100644 --- a/source/designer/measure.h +++ b/source/designer/measure.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef MEASURE_H_ #define MEASURE_H_ @@ -42,8 +35,8 @@ public: float get_perpendicular_distance() const { return perp_dist; } float get_angle_difference() const { return adiff; } void start(); - void button_press(int, int, float, float, unsigned); - void pointer_motion(int, int, float, float); + void button_press(float, float, unsigned); + void pointer_motion(float, float); void render(); private: void snap_to_tracks(R2C2::Vector &, float &);