diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 05:31:32 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 05:31:32 +0100 |
| commit | cbf13666d2db374f1564441b1f68371ac69cf096 (patch) | |
| tree | a9bce22d12262ea98e74128f6fb10e04b1459579 /main/setup.cpp | |
| parent | 07a9588271d30c69353dbea840eddeb519c472c5 (diff) | |
zw
Diffstat (limited to 'main/setup.cpp')
| -rw-r--r-- | main/setup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/setup.cpp b/main/setup.cpp index 45f941cb..6f794719 100644 --- a/main/setup.cpp +++ b/main/setup.cpp @@ -103,12 +103,12 @@ auto main_impl::meshes() noexcept -> struct meshes return { _ground_mesh, _wall_mesh, _anim_mesh, }; }; -struct world& main_impl::reset_world() noexcept +class world& main_impl::reset_world() noexcept { return reset_world(floormat::world{}); } -struct world& main_impl::reset_world(struct world&& w) noexcept +class world& main_impl::reset_world(class world&& w) noexcept { _clickable_scenery.clear(); _world = std::move(w); |
