LeviLamina
Loading...
Searching...
No Matches
WorldSystemModulePlatformDependencies.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IAppPlatform;
11namespace World { class IWorldCloudSyncer; }
12// clang-format on
13
14namespace World {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::Bedrock::NonOwnerPointer<::IAppPlatform> const&> mAppPlatform;
21 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::World::IWorldCloudSyncer>&&> mWorldSync;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 WorldSystemModulePlatformDependencies& operator=(WorldSystemModulePlatformDependencies const&);
27 WorldSystemModulePlatformDependencies(WorldSystemModulePlatformDependencies const&);
28 WorldSystemModulePlatformDependencies();
29};
30
31} // namespace World
Definition IAppPlatform.h:15
Definition IWorldCloudSyncer.h:7
Definition WorldSystemModulePlatformDependencies.h:7