LeviLamina
Loading...
Searching...
No Matches
ManifestContentItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ContentItem.h"
7#include "mc/deps/core/file/PathBuffer.h"
8
9// auto generated forward declare list
10// clang-format off
11class PackManifest;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::PackManifest const>> mManifest;
19 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mIconPath;
20 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mZipPath;
21 ::ll::TypedStorage<8, 32, ::std::string> mFileSystem;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~ManifestContentItem() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
Definition PackManifest.h:19
Definition ContentItem.h:16
Definition ManifestContentItem.h:14