#pragma once #include "loader/scenery-cell.hpp" #include namespace floormat { struct json_wrapper { nlohmann::json j; }; } // namespace floormat