#pragma once #include #include namespace floormat { class wall_atlas; struct wall_cell { std::shared_ptr atlas; String name; static Array load_atlases_from_json(); }; } // namespace floormat