summaryrefslogtreecommitdiffhomepage
path: root/src/anim-atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-05 19:54:08 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-05 19:54:08 +0100
commitb97413c5561a59acac86e053a1aa8bd7905456f2 (patch)
treec4982073679119e88df44d65a42975560ff2082f /src/anim-atlas.hpp
parent141ecedcacda8fa094a22da067fe24423f0d6f38 (diff)
a
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 4c7140d9..b4514df9 100644
--- a/src/anim-atlas.hpp
+++ b/src/anim-atlas.hpp
@@ -26,6 +26,7 @@ struct anim_atlas final
StringView name() const noexcept;
GL::Texture2D& texture() noexcept;
const anim_info& info() const noexcept;
+ Vector2ui pixel_size() const noexcept;
const anim_group& group(rotation r) const noexcept;
const anim_frame& frame(rotation r, std::size_t frame) const noexcept;