]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/beatcounter.h
Put everything in namespace Msp::DemoScene
[libs/demoscene.git] / source / beatcounter.h
index 2a12e520e9ed29a90950eec81a35bd030d8f081b..98af61b025bb9b12d0c31eb5810ed4726c7959a1 100644 (file)
@@ -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