]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/colorfade.h
Put everything in namespace Msp::DemoScene
[libs/demoscene.git] / source / colorfade.h
index 3b87513a00a5a03878e8bd76a24c606fcef3f582..7ddd9b5bacb6470c12abf1876386b17f11256aa4 100644 (file)
@@ -4,6 +4,9 @@
 #include <msp/gl/color.h>
 #include "action.h"
 
+namespace Msp {
+namespace DemoScene {
+
 class ColorFadeAction: public InterpolationAction
 {
 protected:
@@ -19,4 +22,7 @@ public:
        virtual void set_color(const Msp::GL::Color &) = 0;
 };
 
+} // namespace DemoScene
+} // namespace Msp
+
 #endif