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
virtual
void
onXboxUserBlocked(::std::string
const
&) = 0;
20
21
virtual
void
onXboxUserUnblocked(::std::string
const
&) = 0;
22
23
virtual
~XboxLiveUserObserver
()
/*override*/
;
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCNAPI
void
$dtor
();
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
38
39
}
// namespace Social
Core::Observer
Definition
Observer.h:9
Core::SingleThreadedLock
Definition
SingleThreadedLock.h:7
Social::XboxLiveUserObserver
Definition
XboxLiveUserObserver.h:15
Social::XboxLiveUserObserver::$dtor
MCAPI void $dtor()
src
mc
network
XboxLiveUserObserver.h
Generated on
for LeviLamina by
1.16.1