X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fstage.h;fp=source%2Fstage.h;h=1d20bdae6760f4e79b08f44e7fd47bd0a9ad2030;hp=7d4664fb2b4a2a70122abb04a5ba5e4092378c42;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hpb=2be535f3b531fbda744b740da2150b25f0387173 diff --git a/source/stage.h b/source/stage.h index 7d4664f..1d20bda 100644 --- a/source/stage.h +++ b/source/stage.h @@ -6,6 +6,9 @@ #include "action.h" #include "demo.h" +namespace Msp { +namespace DemoScene { + class Stage { public: @@ -79,4 +82,7 @@ protected: virtual void create_pipeline(Msp::GL::View &) = 0; }; +} // namespace DemoScene +} // namespace Msp + #endif