LeviLamina
Loading...
Searching...
No Matches
LevelLooseFileStorage.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 ContentIdentity;
12namespace Core { class Path; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32 ::Core::Path const& levelDirectory,
33 ::ContentIdentity const& contentIdentity,
34 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> const& keyProvider
35 );
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(
42 ::Core::Path const& levelDirectory,
43 ::ContentIdentity const& contentIdentity,
44 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> const& keyProvider
45 );
46 // NOLINTEND
47};
Definition ContentIdentity.h:10
Definition Path.h:15
Definition IContentKeyProvider.h:13
Definition LevelLooseFileStorage.h:15
Definition Path.h:16
Definition Alias.h:14