LeviLamina
Loading...
Searching...
No Matches
GetAttachPositionViews.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCFOLD void* $ctor(::GetAttachPositionViews&&);
40
41 MCAPI void* $ctor(::GetAttachPositionViews const&);
42 // NOLINTEND
43};
Definition GetAttachPositionViews.h:5
Definition Alias.h:14