LeviLamina
Loading...
Searching...
No Matches
BlockPermutationDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
23
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCAPI void* $ctor();
31
32 MCAPI void* $ctor(::BlockPermutationDescription const&);
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCAPI void $dtor();
39 // NOLINTEND
40};
Definition BlockPermutationDescription.h:5
Definition Alias.h:14