]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/vehicletype.cpp
Rename the project to R²C²
[r2c2.git] / source / 3d / vehicletype.cpp
index b283eddebe896b1307881fef7b96098117dd64b1..fc4f2d49095332c502c36434d81c8af8372d1d95 100644 (file)
@@ -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<string, string> &params, 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<string, string> &params)
        return mesh;
 }
 
-} // namespace Marklin
+} // namespace R2C2