LeviLamina
Loading...
Searching...
No Matches
SwatchList.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8namespace persona::color {
9
10class SwatchList : public ::Bedrock::EnableNonOwnerReferences {
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 SwatchList& operator=(SwatchList const&);
20 SwatchList(SwatchList const&);
21 SwatchList();
22
23public:
24 // static functions
25 // NOLINTBEGIN
26#ifdef LL_PLAT_C
27 MCNAPI static uint64 getInvalidIndex();
28#endif
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCNAPI static void** $vftable();
35 // NOLINTEND
36};
37
38} // namespace persona::color
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
Definition Alias.h:14