From 7ebee3863c061b1d0b64839b56bbc70ff4e5d924 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 1 Mar 2023 12:32:37 +0100 Subject: move scenery modify logic to scenery_ref --- floormat/main.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'floormat') diff --git a/floormat/main.hpp b/floormat/main.hpp index b729e9a2..08d94404 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -16,7 +16,7 @@ struct tile_shader; struct world; struct scenery; struct anim_atlas; -template struct clickable; +struct clickable; struct floor_mesh; struct wall_mesh; struct anim_mesh; @@ -53,8 +53,8 @@ struct floormat_main virtual void start_text_input() noexcept = 0; virtual void stop_text_input() noexcept = 0; - virtual ArrayView> clickable_scenery() const noexcept = 0; - virtual ArrayView> clickable_scenery() noexcept = 0; + virtual ArrayView clickable_scenery() const noexcept = 0; + virtual ArrayView clickable_scenery() noexcept = 0; virtual void set_cursor(std::uint32_t cursor) noexcept = 0; virtual std::uint32_t cursor() const noexcept = 0; -- cgit v1.2.3