X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2F3d%2Fvehicle.h;h=aa5042e4b73c3d2643c2850106ac8ab4a7c10eae;hb=d15ac13f2e170f155b4bbd124df48400c339b644;hp=84b10beb4c6bb1da3bbb514cf30c9a8cf6d59698;hpb=4b7008978ce5b67e7e1db14b4a359e4ab1881bbd;p=r2c2.git diff --git a/source/3d/vehicle.h b/source/3d/vehicle.h index 84b10be..aa5042e 100644 --- a/source/3d/vehicle.h +++ b/source/3d/vehicle.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C23D_VEHICLE_H_ #define LIBR2C23D_VEHICLE_H_ @@ -37,7 +30,7 @@ public: Vehicle &get_vehicle() const { return vehicle; } const VehicleType3D &get_type() const { return type; } - virtual Point get_node() const; + virtual Vector get_node() const; virtual bool is_visible() const; virtual void render(Msp::GL::Renderer &, const Msp::GL::Tag &) const;