X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fvehicle.h;h=06e78ef4409130094fc922d9e0ff79d1b93352d2;hb=9a4aeac8f8278eea6cbd67addfb76ace8c937e3c;hp=feab8a1dd2a95972bfed83a966306702d72049f7;hpb=e5cd9e4fbc577036a0385c985b6b65df8218d0a2;p=r2c2.git diff --git a/source/3d/vehicle.h b/source/3d/vehicle.h index feab8a1..06e78ef 100644 --- a/source/3d/vehicle.h +++ b/source/3d/vehicle.h @@ -1,18 +1,18 @@ /* $Id$ -This file is part of the MSP Märklin suite +This file is part of R²C² Copyright © 2010 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ -#ifndef LIBMARKLIN3D_VEHICLE_H_ -#define LIBMARKLIN3D_VEHICLE_H_ +#ifndef LIBR2C23D_VEHICLE_H_ +#define LIBR2C23D_VEHICLE_H_ #include -#include "libmarklin/vehicle.h" +#include "libr2c2/vehicle.h" #include "object.h" -namespace Marklin { +namespace R2C2 { class Layout3D; class VehicleType3D; @@ -31,10 +31,11 @@ public: Vehicle &get_vehicle() const { return vehicle; } virtual Point get_node() const; + virtual bool is_visible() const; virtual void render(const Msp::GL::Tag &) const; }; -} // namespace Marklin +} // namespace R2C2 #endif