]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/fadeoverlay.h
Put everything in namespace Msp::DemoScene
[libs/demoscene.git] / source / fadeoverlay.h
index e427c4ee9914c38752e1038a5edebbde08ddc2d7..a0b365b6c698c3a4477c1bb5162635fd1e7418be 100644 (file)
@@ -9,6 +9,9 @@
 #include "colorfade.h"
 #include "sequencer.h"
 
+namespace Msp {
+namespace DemoScene {
+
 class FadeOverlay: public Msp::GL::PostProcessor
 {
 public:
@@ -52,4 +55,7 @@ public:
        virtual void render(Msp::GL::Renderer &, const Msp::GL::Texture2D &, const Msp::GL::Texture2D &);
 };
 
+} // namespace DemoScene
+} // namespace Msp
+
 #endif