]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/vehicle.h
Strip Id tags and copyright notices from files
[r2c2.git] / source / libr2c2 / vehicle.h
index b9c36d95d1e42bdbd6b06b5bc655138ac8ab3fb2..f459d32a36880ba4315b6e72962cc44c0b52d434 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_VEHICLE_H_
 #define LIBR2C2_VEHICLE_H_
 
@@ -101,7 +94,7 @@ public:
        float get_offset() const { return track_pos.offs; }
        const Vector &get_position() const { return position; }
        float get_direction() const { return direction; }
-       const Axle &get_axle(unsigned) const;
+       const Axle &get_fixed_axle(unsigned) const;
        const Bogie &get_bogie(unsigned) const;
        const Axle &get_bogie_axle(unsigned, unsigned) const;
        const Rod &get_rod(unsigned) const;