diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-17 10:59:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-17 11:01:18 +0100 |
commit | 8b67a492f459a47a1d2eeebc852c9741a77708d5 (patch) | |
tree | 1f98c71721e3841da1bbfb49afa211f8c92af472 /src | |
parent | 7e8875bac57fdf2bf5e773a890ad868b5ff22727 (diff) |
a
Diffstat (limited to 'src')
-rw-r--r-- | src/wall-atlas.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<const Frame> frames(Direction_ dir, Group_ g) const noexcept(false); ArrayView<const Frame> 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; } |