LeviLamina
Loading...
Searching...
No Matches
ShowcasedScreenshot.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7
8namespace Screenshots {
9
10struct ShowcasedScreenshot {
11public:
12 // member variables
13 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 ShowcasedScreenshot& operator=(ShowcasedScreenshot const&);
27 ShowcasedScreenshot(ShowcasedScreenshot const&);
28 ShowcasedScreenshot();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI_C void* $ctor(
40 ::std::string guid,
43 ::std::string imageUrl,
44 int64 captureTime,
45 int64 lastModifiedTime,
46 bool featured,
47 bool loadingImage
48 );
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI_C void $dtor();
55 // NOLINTEND
56};
57
58} // namespace Screenshots
Definition PathBuffer.h:8
Definition Alias.h:14