diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-21 23:26:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-21 23:26:23 +0100 |
commit | 7eb5e07707e62154a8aa5412ddb1da69e2a316e4 (patch) | |
tree | 6db0993d0efc1503271f42f3ef40b9c463545726 /serialize | |
parent | 356c4d50b6b06bbfcc4332868ff77407b338b6eb (diff) |
wip broken
Diffstat (limited to 'serialize')
-rw-r--r-- | serialize/wall-atlas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/wall-atlas.hpp b/serialize/wall-atlas.hpp index 7f578a5d..f531a48e 100644 --- a/serialize/wall-atlas.hpp +++ b/serialize/wall-atlas.hpp @@ -34,7 +34,7 @@ StringView direction_index_to_name(size_t i); Pair<Array<Direction>, std::array<DirArrayIndex, 4>> read_all_directions(const json& jroot); Info read_info_header(const json& jroot); -void write_all_frames(json& jframes, ArrayView<const Frame> array); +void write_all_frames(json& jroot, ArrayView<const Frame> array); void write_group_metadata(json& jgroup, const Group& val); void write_direction_metadata(json& jdir, const Direction& dir); void write_all_directions(json& jroot, const wall_atlas& a); |