summaryrefslogtreecommitdiffhomepage
path: root/serialize/wall-atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-24 13:51:07 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-24 13:51:07 +0100
commit6122c00992a51bea45bdbae8cdd10d299445a690 (patch)
treeafab20bcccfc69b3b57fcdcac1c538e1e6f5c3ce /serialize/wall-atlas.hpp
parent39cacb87ee3cd27dbfb07accc492adae26f090c1 (diff)
foo
Diffstat (limited to 'serialize/wall-atlas.hpp')
-rw-r--r--serialize/wall-atlas.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/serialize/wall-atlas.hpp b/serialize/wall-atlas.hpp
index 4e96943d..0d1f80b2 100644
--- a/serialize/wall-atlas.hpp
+++ b/serialize/wall-atlas.hpp
@@ -20,8 +20,8 @@ StringView direction_index_to_name(size_t i);
[[nodiscard]] std::vector<Frame> read_all_frames(const json& jroot);
[[nodiscard]] Group read_group_metadata(const json& jgroup);
[[nodiscard]] Direction read_direction_metadata(const json& jroot, Direction_ dir);
-[[nodiscard]] std::bitset<(size_t)Direction_::COUNT> get_existing_directions(const json& jroot);
-Pair<std::vector<Direction>, std::array<DirArrayIndex, 4>> read_all_directions(const json& jroot);
+[[nodiscard]] std::bitset<Direction_COUNT> get_existing_directions(const json& jroot);
+Pair<std::vector<Direction>, std::array<DirArrayIndex, Direction_COUNT>> read_all_directions(const json& jroot);
Info read_info_header(const json& jroot);
void write_all_frames(json& jroot, ArrayView<const Frame> array);