LeviLamina
Loading...
Searching...
No Matches
OptionsObserver.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
class
OptionsObserver
:
public
::Core::Observer
<::OptionsObserver, ::Core::SingleThreadedLock> {
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 2
18
virtual
void
onForceCloudSave() = 0;
19
20
// vIndex: 3
21
virtual
void
onOptionsLoadBegin() = 0;
22
23
// vIndex: 4
24
virtual
void
onOptionsLoadComplete() = 0;
25
26
// vIndex: 0
27
virtual
~OptionsObserver
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
Core::Observer
Definition
Observer.h:9
OptionsObserver
Definition
OptionsObserver.h:13
src
mc
client
options
OptionsObserver.h
Generated on Fri Jun 13 2025 05:04:18 for LeviLamina by
1.12.0