LeviLamina
Loading...
Searching...
No Matches
XboxLiveUserObserver.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/Observer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Core {
class
SingleThreadedLock; }
11
// clang-format on
12
13
namespace
Social {
14
15
class
XboxLiveUserObserver
:
public
::Core::Observer
<::Social::XboxLiveUserObserver, ::Core::SingleThreadedLock> {
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 2
20
virtual
void
onXboxUserBlocked(::std::string
const
&) = 0;
21
22
// vIndex: 3
23
virtual
void
onXboxUserUnblocked(::std::string
const
&) = 0;
24
25
// vIndex: 0
26
virtual
~XboxLiveUserObserver
()
/*override*/
;
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
MCFOLD
void
$dtor();
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
};
41
42
}
// namespace Social
Core::Observer
Definition
Observer.h:9
Social::XboxLiveUserObserver
Definition
XboxLiveUserObserver.h:15
src
mc
network
XboxLiveUserObserver.h
Generated on Sat Apr 26 2025 05:55:48 for LeviLamina by
1.12.0