]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/fadeoverlay.h
Add a builtin resource collection for storing necessary data
[libs/demoscene.git] / source / fadeoverlay.h
index e25d16848ebe054fa166f244ed81b2480f9ea226..a0b365b6c698c3a4477c1bb5162635fd1e7418be 100644 (file)
@@ -9,6 +9,9 @@
 #include "colorfade.h"
 #include "sequencer.h"
 
+namespace Msp {
+namespace DemoScene {
+
 class FadeOverlay: public Msp::GL::PostProcessor
 {
 public:
@@ -47,10 +50,12 @@ private:
 public:
        FadeOverlay(Msp::DataFile::Collection &);
 
-       void set_content(Msp::GL::Renderable *);
        void set_color(const Msp::GL::Color &);
 
        virtual void render(Msp::GL::Renderer &, const Msp::GL::Texture2D &, const Msp::GL::Texture2D &);
 };
 
+} // namespace DemoScene
+} // namespace Msp
+
 #endif