From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- main/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/main.cpp') diff --git a/main/main.cpp b/main/main.cpp index c0e894be..62dd687c 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -5,7 +5,7 @@ #include #include -namespace Magnum::Examples { +namespace floormat { chunk app::make_test_chunk() { @@ -82,9 +82,9 @@ void app::draw_wireframe_box() _wireframe_box.draw(_shader, {center2, size, LINE_WIDTH}); } -} // namespace Magnum::Examples +} // namespace floormat -MAGNUM_APPLICATION_MAIN(Magnum::Examples::app) +MAGNUM_APPLICATION_MAIN(floormat::app) #ifdef _MSC_VER #include // for __arg{c,v} -- cgit v1.2.3