]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/track.h
Rename the project to R²C²
[r2c2.git] / source / 3d / track.h
index e55dc21245f146920115c4719acc63267bf54142..7b8c23565f3024ecb1c954f6839a7f3c48fd8925 100644 (file)
@@ -1,22 +1,22 @@
 /* $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
 */
 
-#ifndef MARKLIN3D_TRACK_H_
-#define MARKLIN3D_TRACK_H_
+#ifndef R2C2_3D_TRACK_H_
+#define R2C2_3D_TRACK_H_
 
 #include <list>
 #include <msp/gl/renderable.h>
 #include <msp/gl/vertexarray.h>
 #include <msp/gl/vertexarraybuilder.h>
-#include "libmarklin/track.h"
-#include "libmarklin/trackpart.h"
+#include "libr2c2/track.h"
+#include "libr2c2/trackpart.h"
 #include "object.h"
 
-namespace Marklin {
+namespace R2C2 {
 
 class Endpoint3D;
 class Layout3D;
@@ -49,6 +49,6 @@ public:
        virtual void render(const Msp::GL::Tag &) const;
 };
 
-} // namespace Marklin
+} // namespace R2C2
 
 #endif