X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flaunchscreen.cpp;h=ccf2101d314c2bea08143fd613f70c8986710969;hb=HEAD;hp=972b311188a576ffbda6f741e23dd6e84342c50f;hpb=184dc3f14feab183bcd84eca40f89c143ecbe41f;p=libs%2Fdemoscene.git 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