LeviLamina
Loading...
Searching...
No Matches
BackwardsCompatTextureInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
10class BackwardsCompatTextureInfo {
11public:
12 // member variables
13 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 BackwardsCompatTextureInfo& operator=(BackwardsCompatTextureInfo const&);
24 BackwardsCompatTextureInfo(BackwardsCompatTextureInfo const&);
25 BackwardsCompatTextureInfo();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30#ifdef LL_PLAT_C
31 MCNAPI void load(::Json::Value const& value);
32#endif
33 // NOLINTEND
34};
Definition Value.h:16
Definition Alias.h:14