X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fvehicletype.cpp;h=fc4f2d49095332c502c36434d81c8af8372d1d95;hb=1ff06c5bc46a677fa389ef86c6b26664368f1653;hp=b283eddebe896b1307881fef7b96098117dd64b1;hpb=30df355287abd0bfe1189e616056335505287e9a;p=r2c2.git diff --git a/source/3d/vehicletype.cpp b/source/3d/vehicletype.cpp index b283edd..fc4f2d4 100644 --- a/source/3d/vehicletype.cpp +++ b/source/3d/vehicletype.cpp @@ -1,6 +1,6 @@ /* $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 */ @@ -29,7 +29,7 @@ T get(const map ¶ms, const string &key, T def = T()) } -namespace Marklin { +namespace R2C2 { VehicleType3D::VehicleType3D(const Catalogue3D &c, const VehicleType &t): catalogue(c), @@ -342,4 +342,4 @@ GL::Mesh *VehicleType3D::create_flat_wagon(const map ¶ms) return mesh; } -} // namespace Marklin +} // namespace R2C2