From 8b67a492f459a47a1d2eeebc852c9741a77708d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 17 Jan 2024 10:59:44 +0100 Subject: a --- src/wall-atlas.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 14e2ce55..df5c7deb 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -147,6 +147,7 @@ public: ArrayView frames(Direction_ dir, Group_ g) const noexcept(false); ArrayView raw_frame_array() const; + unsigned depth() const { return _info.depth; } // todo use it in more places const Info& info() const { return _info; } StringView name() const { return _info.name; } //StringView path() const { return _path; } -- cgit v1.2.3