X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fvehicle.h;h=06e78ef4409130094fc922d9e0ff79d1b93352d2;hb=90f9efba8d88f41c7a180734b7bcbdd1501d995e;hp=075eaef273cdec1289eb983e81dc6c01e02f77a4;hpb=dc3b2bce73df40ea885a1960a825e5cd3a33c045;p=r2c2.git diff --git a/source/3d/vehicle.h b/source/3d/vehicle.h index 075eaef..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; @@ -36,6 +36,6 @@ public: virtual void render(const Msp::GL::Tag &) const; }; -} // namespace Marklin +} // namespace R2C2 #endif