summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-11 04:47:44 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-11 04:47:44 +0100
commit7c6f5e8885952e7f755f8b3536c51c37a021d412 (patch)
tree82e103a9f1987383a2199631ab2412a80933806b /src/wall-atlas.hpp
parent818b7ba351e2464cad980dddb0a3f4852da7106d (diff)
a
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r--src/wall-atlas.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index 0e2a6e1e..fa3006fc 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -131,9 +131,11 @@ public:
const Group* group(size_t dir, Group_ tag) const;
const Group* group(const Direction& dir, Group_ group) const;
const Direction* direction(size_t dir) const;
+ const Direction* direction(Direction_ dir) const;
const Direction& calc_direction(Direction_ dir) const;
uint8_t direction_count() const;
ArrayView<const Frame> frames(const Group& a) const;
+ ArrayView<const Frame> frames(Direction_ dir, Group_ g) const noexcept(false);
ArrayView<const Frame> raw_frame_array() const;
const Info& info() const { return _info; }