]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/vehicle.h
Rename the project to R²C²
[r2c2.git] / source / 3d / vehicle.h
index 075eaef273cdec1289eb983e81dc6c01e02f77a4..06e78ef4409130094fc922d9e0ff79d1b93352d2 100644 (file)
@@ -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 <msp/gl/renderable.h>
-#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