summaryrefslogtreecommitdiffhomepage
path: root/serialize/json-wrapper.hpp
blob: 722fa8b7e382377a7a396f12443892adcd474e1c (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include "loader/scenery-cell.hpp"
#include <nlohmann/json.hpp>

namespace floormat {

struct json_wrapper { nlohmann::json j; };

} // namespace floormat