X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fbeatcounter.h;fp=source%2Fbeatcounter.h;h=98af61b025bb9b12d0c31eb5810ed4726c7959a1;hp=2a12e520e9ed29a90950eec81a35bd030d8f081b;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hpb=2be535f3b531fbda744b740da2150b25f0387173 diff --git a/source/beatcounter.h b/source/beatcounter.h index 2a12e52..98af61b 100644 --- a/source/beatcounter.h +++ b/source/beatcounter.h @@ -8,6 +8,9 @@ #include "resources.h" #include "action.h" +namespace Msp { +namespace DemoScene { + class BeatCounter: public Msp::GL::Renderable, public Action { private: @@ -24,4 +27,7 @@ public: virtual void render(Msp::GL::Renderer &, const Msp::GL::Tag &) const; }; +} // namespace DemoScene +} // namespace Msp + #endif