From 3dbf3b68c484704aafcda9fd05ae88a0337956ef Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 19 Mar 2022 13:28:29 +0100 Subject: feat: add inserting cells --- src/interfaces/scene.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interfaces') diff --git a/src/interfaces/scene.hpp b/src/interfaces/scene.hpp index 47df5fa..0443d41 100644 --- a/src/interfaces/scene.hpp +++ b/src/interfaces/scene.hpp @@ -16,6 +16,9 @@ public: virtual void leave() noexcept = 0; virtual void write_status(const std::string_view &str) noexcept = 0; + + [[nodiscard]] virtual const std::shared_ptr> & + get_matrix() const noexcept = 0; }; using ISceneFactory = std::shared_ptr (*)( -- cgit v1.2.3-18-g5258