diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 19:35:25 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 19:35:25 +0100 |
| commit | ca6ff463979d5c250ab04e940bead875f11e7352 (patch) | |
| tree | 479b06c90e1af3652c30e5554c3cada57ac81975 /main/setup.cpp | |
| parent | cd1e7b6564e8508f84e84706557b89eb5471a978 (diff) | |
scenery wip
Diffstat (limited to 'main/setup.cpp')
| -rw-r--r-- | main/setup.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/setup.cpp b/main/setup.cpp index 3a251451..72bf3550 100644 --- a/main/setup.cpp +++ b/main/setup.cpp @@ -111,4 +111,9 @@ void main_impl::update_window_state() } } +auto main_impl::meshes() noexcept -> struct meshes +{ + return { _floor_mesh, _wall_mesh, _anim_mesh, }; +}; + } // namespace floormat |
