X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fanimate.cpp;fp=source%2Fanimate.cpp;h=f30281d7b33401a745e621462dbe32d7c8ebfa1d;hp=d74c23920da32b08c720f5cded62459e1f588ce5;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hpb=2be535f3b531fbda744b740da2150b25f0387173 diff --git a/source/animate.cpp b/source/animate.cpp index d74c239..f30281d 100644 --- a/source/animate.cpp +++ b/source/animate.cpp @@ -2,7 +2,9 @@ #include "demo.h" using namespace std; -using namespace Msp; + +namespace Msp { +namespace DemoScene { Animate::Animate(): target(0), @@ -50,3 +52,6 @@ void Animate::Loader::target(const string &n) { obj.target = &demo.get_thing(n); } + +} // namespace DemoScene +} // namespace Msp