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
10namespace Core { class SingleThreadedLock; }
11// clang-format on
12
13class OptionsObserver : public ::Core::Observer<::OptionsObserver, ::Core::SingleThreadedLock> {
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual void onForceCloudSave() = 0;
18
19 virtual void onOptionsLoadBegin() = 0;
20
21 virtual void onOptionsLoadComplete() = 0;
22
23 virtual ~OptionsObserver() /*override*/;
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29 MCNAPI void $dtor();
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35
36 // NOLINTEND
37};
Definition Observer.h:9
Definition SingleThreadedLock.h:7
Definition OptionsObserver.h:5
MCAPI void $dtor()