LeviLamina
Loading...
Searching...
No Matches
ActorDocumentCorrected.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
10namespace SharedTypes::Legacy {
11
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCNAPI static ::SemVersionConstant const& VERSION();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor();
47
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
57
58} // namespace SharedTypes::Legacy
Definition SemVersionConstant.h:8
Definition ActorDocumentCorrected.h:12
static MCAPI ::SemVersionConstant const & VERSION()
MCAPI ActorDocumentCorrected(::SharedTypes::Legacy::ActorDocumentCorrected &&)
MCAPI void * $ctor(::SharedTypes::Legacy::ActorDocumentCorrected &&)
Definition Alias.h:14