aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/scene.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/scene.hpp')
-rw-r--r--src/interfaces/scene.hpp3
1 files changed, 3 insertions, 0 deletions
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<IMatrix<std::string_view>> &
+ get_matrix() const noexcept = 0;
};
using ISceneFactory = std::shared_ptr<IScene> (*)(