From f871a548396b055a453276e85a979fa4eaed4875 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 22 Nov 2023 10:35:38 +0100 Subject: dddd --- src/wall-atlas.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 4f429d6d..da00cfe1 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -102,10 +102,8 @@ public: static wall_atlas_def deserialize(StringView filename); void serialize(StringView filename) const; - static void serialize(StringView filename, - const Info& header, ArrayView frames, - ArrayView direction_array, - std::array direction_map); + static void serialize(StringView filename, const Info& header, ArrayView frames, + ArrayView dir_array, std::array dir_map); }; class wall_atlas final -- cgit v1.2.3