LeviLamina
Loading...
Searching...
No Matches
EDUSystems.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/IEDUSystems.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
14class EDUSystems : public ::IEDUSystems {
15public:
16 // member variables
17 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 EDUSystems& operator=(EDUSystems const&);
26 EDUSystems(EDUSystems const&);
27 EDUSystems();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~EDUSystems() /*override*/ = default;
34
35 // vIndex: 1
36 virtual ::Identity::IEduAuth& getEduAuth() const /*override*/;
37
38 // vIndex: 2
39 virtual ::Social::IEduMultiplayerHeadless& getMultiplayerHeadless() const /*override*/;
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45
46 // NOLINTEND
47};
Definition EDUSystems.h:14
Definition IEDUSystems.h:14
Definition Alias.h:14