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.hpp | |
parent | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff) |
a
Diffstat (limited to 'main/app.hpp')
-rw-r--r-- | main/app.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/app.hpp b/main/app.hpp index 35fb9481..2303a8b8 100644 --- a/main/app.hpp +++ b/main/app.hpp @@ -14,7 +14,7 @@ #include <Magnum/GL/DebugOutput.h> #include <memory> -namespace Magnum::Examples { +namespace floormat { struct app final : Platform::Application { @@ -64,4 +64,4 @@ struct app final : Platform::Application Magnum::Timeline timeline; }; -} // namespace Magnum::Examples +} // namespace floormat |