From 3828d39a2e2cfb31282fbd59199596a8fc9f02a3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 22 Nov 2023 10:33:29 +0100 Subject: ccc --- src/wall-atlas.hpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 2e6572e6..4f429d6d 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -86,20 +86,19 @@ namespace floormat { struct wall_atlas_def final { +private: using Frame = Wall::Frame; - using Group = Wall::Group; - using Direction_ = Wall::Direction_; using Direction = Wall::Direction; using Info = Wall::Info; - using Tag = Wall::Tag; using DirArrayIndex = Wall::DirArrayIndex; +public: bool operator==(const wall_atlas_def&) const noexcept; - Wall::Info header; - Array frames; - Array direction_array; - std::array direction_map; + Info header; + Array frames; + Array direction_array; + std::array direction_map; static wall_atlas_def deserialize(StringView filename); void serialize(StringView filename) const; -- cgit v1.2.3