#pragma once #include "compat/vector-wrapper-fwd.hpp" #include #include namespace floormat { class wall_atlas; struct wall_cell { String name; std::shared_ptr atlas; static vector_wrapper load_atlases_from_json(); }; } // namespace floormat