X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fvehicletype.h;h=81a6468b81622470a5605f87f86e71a7f2a0df6e;hb=a5e1363ceac1ab552849640c9021fcda362c4416;hp=8be9f3aa5bad5e79a6640982aea8b289d121852e;hpb=8dce175e31941c2f6e92ce52204e9b61a071d4f9;p=r2c2.git diff --git a/source/3d/vehicletype.h b/source/3d/vehicletype.h index 8be9f3a..81a6468 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_ @@ -24,7 +17,7 @@ private: std::map objects; Msp::GL::Object *body_object; std::vector bogie_objects; - std::vector > axle_objects; + std::vector axle_objects; std::vector rod_objects; public: @@ -34,7 +27,6 @@ public: 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_bogie_object(unsigned) const; - const Msp::GL::Object *get_bogie_axle_object(unsigned, unsigned) const; const Msp::GL::Object *get_rod_object(unsigned) const; private: Msp::GL::Object *get_object(const std::string &);