summaryrefslogtreecommitdiffhomepage
path: root/main/app.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-25 16:19:21 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-25 16:19:21 +0200
commita00ac8b5fed9d03cb2b3eafb4cd7d04546e341b1 (patch)
tree18bfeda1abd43a2a0b81f2ad4b909c30b9bfb419 /main/app.cpp
parent45f2533113a0dfe4cf8a7723a1c76099d0a6d091 (diff)
move some headers around
Diffstat (limited to 'main/app.cpp')
-rw-r--r--main/app.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/app.cpp b/main/app.cpp
new file mode 100644
index 00000000..91b4ccaf
--- /dev/null
+++ b/main/app.cpp
@@ -0,0 +1,10 @@
+#include "floormat/app.hpp"
+#include "floormat/settings.hpp"
+
+namespace floormat {
+
+floormat_app::floormat_app() noexcept = default;
+floormat_app::~floormat_app() noexcept = default;
+fm_settings::~fm_settings() noexcept = default;
+
+} // namespace floormat