LeviLamina
Loading...
Searching...
No Matches
IEDUSystems.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
8// auto generated forward declare list
9// clang-format off
10namespace Identity { class IEduAuth; }
11namespace Social { class IEduMultiplayerHeadless; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 IEDUSystems& operator=(IEDUSystems const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~IEDUSystems() /*override*/ = default;
32
33 // vIndex: 1
34 virtual ::Identity::IEduAuth& getEduAuth() const = 0;
35
36 // vIndex: 2
37 virtual ::Social::IEduMultiplayerHeadless& getMultiplayerHeadless() const = 0;
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43
44 // NOLINTEND
45};
Definition EnableNonOwnerReferences.h:7
Definition IEDUSystems.h:14
Definition Alias.h:14