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
7
namespace
Core {
class
Path
; }
8
namespace
Core {
class
Result
; }
9
namespace
Json {
class
Value
; }
10
// clang-format on
11
12
namespace
Core::JsonUtil {
13
// functions
14
// NOLINTBEGIN
15
#ifdef LL_PLAT_C
16
MCNAPI ::Core::Result deserializeFromFile(::Json::Value& json, ::Core::Path
const
& path);
17
#endif
18
// NOLINTEND
19
20
}
// namespace Core::JsonUtil
Core::Path
Definition
Path.h:17
Core::Result
Definition
Result.h:11
Json::Value
Definition
Value.h:16
src
mc
util
JsonUtil.h
Generated on
for LeviLamina by
1.16.1