diff options
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; } |