summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r--src/wall-atlas.hpp1
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; }