summaryrefslogtreecommitdiffhomepage
path: root/src/anim-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anim-atlas.hpp')
-rw-r--r--src/anim-atlas.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/anim-atlas.hpp b/src/anim-atlas.hpp
index f64e4e01..1a110a2b 100644
--- a/src/anim-atlas.hpp
+++ b/src/anim-atlas.hpp
@@ -37,6 +37,7 @@ struct anim_atlas final
[[nodiscard]] rotation next_rotation_from(rotation r) const noexcept;
[[nodiscard]] rotation prev_rotation_from(rotation r) const noexcept;
+ [[nodiscard]] bool check_rotation(rotation r) const noexcept;
fm_DECLARE_DELETED_COPY_ASSIGNMENT(anim_atlas);