X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fbeatcounter.cpp;fp=source%2Fbeatcounter.cpp;h=d914c201790c279e116ae0e627bebde2f79afe5d;hp=e984034966b000158593ed9bc2407667ecb65966;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hpb=2be535f3b531fbda744b740da2150b25f0387173 diff --git a/source/beatcounter.cpp b/source/beatcounter.cpp index e984034..d914c20 100644 --- a/source/beatcounter.cpp +++ b/source/beatcounter.cpp @@ -1,7 +1,8 @@ #include #include "beatcounter.h" -using namespace Msp; +namespace Msp { +namespace DemoScene { BeatCounter::BeatCounter(Resources &resources): text(resources.get_ui_font(), &resources.get_ui_text_technique()), @@ -20,3 +21,6 @@ void BeatCounter::render(GL::Renderer &renderer, const GL::Tag &tag) const { instance.render(renderer, tag); } + +} // namespace DemoScene +} // namespace Msp