LeviLamina
Loading...
Searching...
No Matches
ClickSourceContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/certificates/identity/LastClickedSource.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::function<void()>> mReset;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 ClickSourceContext();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI
29 ClickSourceContext(::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity> identity, ::LastClickedSource source);
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity> identity, ::LastClickedSource source);
36 // NOLINTEND
37};
Definition ActiveDirectoryIdentity.h:33
Definition ClickSourceContext.h:5