summaryrefslogtreecommitdiffhomepage
path: root/serialize/anim.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-06 17:30:31 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-06 17:30:31 +0200
commit437dd5940bad6133561cb896cd558881fa5c8b44 (patch)
treeb8f8103801d0f232ae05e728e83774673ae8413f /serialize/anim.hpp
parentded69f52906990cf975a62c0efbaca4b6cfa5e88 (diff)
a
Diffstat (limited to 'serialize/anim.hpp')
-rw-r--r--serialize/anim.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/serialize/anim.hpp b/serialize/anim.hpp
index f03e3c8c..726efa44 100644
--- a/serialize/anim.hpp
+++ b/serialize/anim.hpp
@@ -32,8 +32,8 @@ struct anim_group final
struct anim final
{
- static std::tuple<anim, bool> from_json(const std::filesystem::path& pathname) noexcept;
- [[nodiscard]] bool to_json(const std::filesystem::path& pathname) const noexcept;
+ static std::tuple<anim, bool> from_json(const std::filesystem::path& pathname);
+ [[nodiscard]] bool to_json(const std::filesystem::path& pathname) const;
static constexpr int default_fps = 24;
std::string name;