]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/tracktype.h
Rename the project to R²C²
[r2c2.git] / source / 3d / tracktype.h
index 56a4b46ac11c091e460fa8f075bb6f89203a8f96..7bf1b2d5b9241ab931afefe140ec242366afa6e1 100644 (file)
@@ -1,20 +1,20 @@
 /* $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 MARKLIN3D_TRACKTYPE_H_
-#define MARKLIN3D_TRACKTYPE_H_
+#ifndef R2C2_3D_TRACKTYPE_H_
+#define R2C2_3D_TRACKTYPE_H_
 
 #include <msp/gl/mesh.h>
 #include <msp/gl/meshbuilder.h>
 #include <msp/gl/renderable.h>
-#include "libmarklin/profile.h"
-#include "libmarklin/tracktype.h"
+#include "libr2c2/profile.h"
+#include "libr2c2/tracktype.h"
 
-namespace Marklin {
+namespace R2C2 {
 
 class Catalogue3D;
 
@@ -42,6 +42,6 @@ private:
        void build_part(const TrackPart &, const Profile &, const Point &, Msp::GL::MeshBuilder &, unsigned &);
 };
 
-} // namespace Marklin
+} // namespace R2C2
 
 #endif