X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fstage.cpp;fp=source%2Fstage.cpp;h=b6c456e96c479a6330060733b97ac2afd5533832;hp=0ca5c5eec607e1f7143b54edef0eeaf10cb1ea24;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hpb=2be535f3b531fbda744b740da2150b25f0387173 diff --git a/source/stage.cpp b/source/stage.cpp index 0ca5c5e..b6c456e 100644 --- a/source/stage.cpp +++ b/source/stage.cpp @@ -3,7 +3,9 @@ #include "stage.h" using namespace std; -using namespace Msp; + +namespace Msp { +namespace DemoScene { Stage::Stage(): pipeline(0), @@ -120,3 +122,6 @@ void Stage::SetCamera::Loader::camera(const string &n) { obj.camera = &demo.get_resources().get(n); } + +} // namespace DemoScene +} // namespace Msp