X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Flaunchscreen.cpp;fp=source%2Flaunchscreen.cpp;h=ccf2101d314c2bea08143fd613f70c8986710969;hp=972b311188a576ffbda6f741e23dd6e84342c50f;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hpb=2be535f3b531fbda744b740da2150b25f0387173 diff --git a/source/launchscreen.cpp b/source/launchscreen.cpp index 972b311..ccf2101 100644 --- a/source/launchscreen.cpp +++ b/source/launchscreen.cpp @@ -4,7 +4,8 @@ #include #include "launchscreen.h" -using namespace Msp; +namespace Msp { +namespace DemoScene { LaunchScreen::LaunchScreen(Resources &resources): font(resources.get_ui_font()), @@ -47,3 +48,6 @@ void LaunchScreen::render() renderer.transform(GL::Matrix::translation(0, -1.2, 0)); esc_prompt.render(renderer); } + +} // namespace DemoScene +} // namespace Msp