summaryrefslogtreecommitdiffhomepage
path: root/main/app.cpp
blob: 91b4ccaf4d9d80dadbc5e100832725cf8a2004a9 (plain)
1
2
3
4
5
6
7
8
9
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