X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2F3d%2Fvehicletype.h;h=b779fa4292445c184f8e432cc05ff759be51635a;hb=806bc53176e8ed216ba5db95bde5878832332393;hp=8be9f3aa5bad5e79a6640982aea8b289d121852e;hpb=8dce175e31941c2f6e92ce52204e9b61a071d4f9;p=r2c2.git diff --git a/source/3d/vehicletype.h b/source/3d/vehicletype.h index 8be9f3a..b779fa4 100644 --- a/source/3d/vehicletype.h +++ b/source/3d/vehicletype.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C23D_VEHICLETYPE_H_ #define LIBR2C23D_VEHICLETYPE_H_ @@ -32,7 +25,7 @@ public: ~VehicleType3D(); const Msp::GL::Object *get_body_object() const { return body_object; } - const Msp::GL::Object *get_axle_object(unsigned) const; + const Msp::GL::Object *get_fixed_axle_object(unsigned) const; const Msp::GL::Object *get_bogie_object(unsigned) const; const Msp::GL::Object *get_bogie_axle_object(unsigned, unsigned) const; const Msp::GL::Object *get_rod_object(unsigned) const;