]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/designer.h
Rename various get_axle functions to get_fixed_axle
[r2c2.git] / source / designer / designer.h
index 52904e44a13d01e458ca7755f76f8809af977410..49d4283da2bbf9f026362c875f10239b35d8dd05 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of R²C²
-Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa
+Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
@@ -112,7 +112,7 @@ public:
        R2C2::Zone *get_current_zone() const { return cur_zone; }
        void add_selection_to_zone();
 
-       R2C2::Point map_pointer_to_ground(int, int);
+       R2C2::Vector map_pointer_to_ground(int, int);
 private:
        void tick();
        void key_press(unsigned, unsigned, wchar_t);
@@ -122,7 +122,7 @@ private:
        void render();
        void track_added(R2C2::Track &);
        void track_removed(R2C2::Track &);
-       R2C2::Track3D *pick_track(int, int);
+       R2C2::Track *pick_track(int, int);
        void update_track_icon(R2C2::Track3D &);
        void selection_changed();
        void manipulation_status(const std::string &);