LeviLamina
Loading...
Searching...
No Matches
SkinImage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/image/Image.h"
7
8struct SkinImage : public ::mce::Image {
9public:
10 // member functions
11 // NOLINTBEGIN
12 MCAPI SkinImage();
13
14 MCAPI explicit SkinImage(::mce::Image&& image);
15
16 MCAPI bool operator==(::SkinImage const& rhs) const;
17 // NOLINTEND
18
19public:
20 // constructor thunks
21 // NOLINTBEGIN
22 MCAPI void* $ctor();
23
24 MCAPI void* $ctor(::mce::Image&& image);
25 // NOLINTEND
26};
Definition Image.h:12