]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/layout.cpp
Rename the project to R²C²
[r2c2.git] / source / 3d / layout.cpp
index 05aaa4205bf85053d7a0c1513253fddf5cef87b7..5f015766f6367ad53ae108d379cad9ab0c94861c 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 © 2006-2010 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -20,7 +20,7 @@ Distributed under the GPL
 using namespace std;
 using namespace Msp;
 
-namespace Marklin {
+namespace R2C2 {
 
 Layout3D::Layout3D(Layout &l):
        layout(l),
@@ -148,4 +148,4 @@ void Layout3D::vehicle_removed(Vehicle &v)
                delete i->second;
 }
 
-} // namespace Marklin
+} // namespace R2C2