]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/measure.h
Rename the project to R²C²
[r2c2.git] / source / designer / measure.h
index f68178dcacaf2b2368a641c53d1fb0fd5426420a..6800ecce307826fa0bcc46d204e0ec84b539b4b4 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -28,8 +28,8 @@ public:
 
 private:
        Designer &designer;
-       Marklin::Point pointer;
-       Marklin::Point spoint;
+       R2C2::Point pointer;
+       R2C2::Point spoint;
        float sdir;
        float par_dist;
        float perp_dist;
@@ -46,7 +46,7 @@ public:
        void pointer_motion(int, int, float, float);
        void render();
 private:
-       void snap_to_tracks(Marklin::Point &, float &);
+       void snap_to_tracks(R2C2::Point &, float &);
 };
 
 #endif