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
14struct ManifestContentItem : public ::ContentItem {
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 virtual ~ManifestContentItem() /*override*/;
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCAPI void $dtor();
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
Definition PackManifest.h:38
Definition ContentItem.h:5
Definition ManifestContentItem.h:5
static MCAPI void ** $vftable()