summaryrefslogtreecommitdiffhomepage
path: root/serialize/wall-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/wall-atlas.hpp')
-rw-r--r--serialize/wall-atlas.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/serialize/wall-atlas.hpp b/serialize/wall-atlas.hpp
index 9f1ba71c..16c43ab6 100644
--- a/serialize/wall-atlas.hpp
+++ b/serialize/wall-atlas.hpp
@@ -19,7 +19,9 @@ namespace floormat::Wall::detail {
uint8_t direction_index_from_name(StringView s);
StringView direction_index_to_name(size_t i);
[[nodiscard]] Group read_group_metadata(const nlohmann::json& jgroup);
-void write_group_metadata(nlohmann::json& jgroup, const Group& val);
+[[nodiscard]] Direction read_direction_metadata(const nlohmann::json& jroot, Direction_ dir);
Info read_info_header(const nlohmann::json& jroot);
+void write_group_metadata(nlohmann::json& jgroup, const Group& val);
+
} // namespace floormat::Wall::detail