]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/animate.h
Put everything in namespace Msp::DemoScene
[libs/demoscene.git] / source / animate.h
index d386a7ac452a90cedb392cadf5c859a9f2c15e31..31d1641c97b6ad696acc190fc02aed93e4dac286 100644 (file)
@@ -5,6 +5,9 @@
 #include <msp/gl/animationplayer.h>
 #include "action.h"
 
+namespace Msp {
+namespace DemoScene {
+
 class Animate: public Action
 {
 public:
@@ -32,4 +35,7 @@ public:
        virtual void start(float, float);
 };
 
+} // namespace DemoScene
+} // namespace Msp
+
 #endif