LeviLamina
Loading...
Searching...
No Matches
PackSourceOptions.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
PackSourceOptions {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<8, 8>
mUnkb0a517;
10
// NOLINTEND
11
12
public
:
13
// prevent constructor by default
14
PackSourceOptions& operator=(PackSourceOptions
const
&);
15
PackSourceOptions(PackSourceOptions
const
&);
16
PackSourceOptions();
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCNAPI
PackSourceOptions
(::PackSourceOptions&&);
22
23
MCNAPI
~PackSourceOptions
();
24
// NOLINTEND
25
26
public
:
27
// constructor thunks
28
// NOLINTBEGIN
29
MCNAPI
void
*
$ctor
(::PackSourceOptions&&);
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCNAPI
void
$dtor
();
36
// NOLINTEND
37
};
PackSourceOptions::~PackSourceOptions
MCAPI ~PackSourceOptions()
PackSourceOptions::PackSourceOptions
MCAPI PackSourceOptions(::PackSourceOptions &&)
PackSourceOptions::$ctor
MCAPI void * $ctor(::PackSourceOptions &&)
PackSourceOptions::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
resources
PackSourceOptions.h
Generated on
for LeviLamina by
1.16.1