LeviLamina
Loading...
Searching...
No Matches
AppPlatformNetworkSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 0
13 virtual ~AppPlatformNetworkSettings() /*override*/ = default;
14
15 // vIndex: 1
16 virtual bool requiresNetworkOutageMessaging() const;
17 // NOLINTEND
18
19public:
20 // virtual function thunks
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCNAPI static void** $vftable();
29 // NOLINTEND
30};
Definition AppPlatformNetworkSettings.h:8
static MCAPI void ** $vftable()
MCAPI bool $requiresNetworkOutageMessaging() const
Definition EnableNonOwnerReferences.h:7