diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 17:30:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 17:30:31 +0200 |
commit | 437dd5940bad6133561cb896cd558881fa5c8b44 (patch) | |
tree | b8f8103801d0f232ae05e728e83774673ae8413f /serialize/anim.hpp | |
parent | ded69f52906990cf975a62c0efbaca4b6cfa5e88 (diff) |
a
Diffstat (limited to 'serialize/anim.hpp')
-rw-r--r-- | serialize/anim.hpp | 4 |
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; |