]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/endpoint.h
Rename the project to R²C²
[r2c2.git] / source / 3d / endpoint.h
index 0abc52683c3e8e486f61aa2cfc87e8d5857f81d5..e4071278d1f9efa817801a9b8003695772234008 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 MARKLIN3D_ENDPOINT_H_
-#define MARKLIN3D_ENDPOINT_H_
+#ifndef R2C2_3D_ENDPOINT_H_
+#define R2C2_3D_ENDPOINT_H_
 
 #include <msp/gl/mesh.h>
 #include <msp/gl/renderable.h>
-#include "libmarklin/track.h"
+#include "libr2c2/track.h"
 
-namespace Marklin {
+namespace R2C2 {
 
 class Track3D;
 
@@ -30,6 +30,6 @@ public:
        virtual void render(const Msp::GL::Tag &) const;
 };
 
-} // namespace Marklin
+} // namespace R2C2
 
 #endif