diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:22:14 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:22:14 +0200 |
| commit | cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch) | |
| tree | 2dd795feb2b735773ca936effa57884986196aca /main/app.cpp | |
| parent | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff) | |
a
Diffstat (limited to 'main/app.cpp')
| -rw-r--r-- | main/app.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/app.cpp b/main/app.cpp index 6d2474b4..cc5dbe78 100644 --- a/main/app.cpp +++ b/main/app.cpp @@ -1,7 +1,7 @@ #include "app.hpp" #include "compat/fpu.hpp" -namespace Magnum::Examples { +namespace floormat { app::app(const Arguments& arguments): Platform::Application{ @@ -28,4 +28,4 @@ void app::update(float dt) Platform::Sdl2Application::exit(0); } -} // namespace Magnum::Examples +} // namespace floormat |
