X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fanimate.h;h=31d1641c97b6ad696acc190fc02aed93e4dac286;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hp=d386a7ac452a90cedb392cadf5c859a9f2c15e31;hpb=2be535f3b531fbda744b740da2150b25f0387173;p=libs%2Fdemoscene.git diff --git a/source/animate.h b/source/animate.h index d386a7a..31d1641 100644 --- a/source/animate.h +++ b/source/animate.h @@ -5,6 +5,9 @@ #include #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