#pragma once #include #include namespace floormat { class wall_atlas; struct wall_info { String name, descr{}; std::shared_ptr atlas; }; } // namespace floormat