LeviLamina
Loading...
Searching...
No Matches
JsonUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Core { class Path; }
8namespace Core { class Result; }
9namespace Json { class Value; }
10// clang-format on
11
12namespace Core::JsonUtil {
13// functions
14// NOLINTBEGIN
15#ifdef LL_PLAT_C
16MCNAPI ::Core::Result deserializeFromFile(::Json::Value& json, ::Core::Path const& path);
17#endif
18// NOLINTEND
19
20} // namespace Core::JsonUtil
Definition Path.h:17
Definition Result.h:11
Definition Value.h:16