]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/vehicle.cpp
Rename the project to R²C²
[r2c2.git] / source / 3d / vehicle.cpp
index 7e4814b008b03a64b588479792959329d7254cf9..f14f3c2c238df933943cc938fabffdf6231241f2 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
 */
@@ -14,7 +14,7 @@ Distributed under the GPL
 using namespace std;
 using namespace Msp;
 
-namespace Marklin {
+namespace R2C2 {
 
 Vehicle3D::Vehicle3D(Layout3D &l, Vehicle &v):
        layout(l),
@@ -91,4 +91,4 @@ void Vehicle3D::render(const GL::Tag &tag) const
        }
 }
 
-} // namespace Marklin
+} // namespace R2C2