LeviLamina
Loading...
Searching...
No Matches
EnvironmentRequirement.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI void addBlockDescriptor(::BlockDescriptor const& blockDescriptor);
29
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38};
Definition BlockDescriptor.h:20
Definition EnvironmentRequirement.h:10
MCAPI void addBlockDescriptor(::BlockDescriptor const &blockDescriptor)
Definition Alias.h:14