]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/overlay.cpp
Rename the project to R²C²
[r2c2.git] / source / 3d / overlay.cpp
index 39428a166d57ff4f622521b21471d9b9092e9eab..ee9fea7892d465c8e439161cbf4bce17edd0c81f 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
 */
@@ -18,7 +18,7 @@ Distributed under the GPL
 using namespace std;
 using namespace Msp;
 
-namespace Marklin {
+namespace R2C2 {
 
 Overlay3D::Overlay3D(const Graphics::Window &w, const GL::Camera &c, const GL::Font &f):
        window(w),
@@ -195,4 +195,4 @@ Overlay3D::Icon::Icon():
        background((GL::COLOR4_UBYTE, GL::VERTEX2))
 { }
 
-} // namespace Marklin
+} // namespace R2C2