LeviLamina
Loading...
Searching...
No Matches
PersonaColors.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace mce { class Color; }
8// clang-format on
9
10namespace persona {
11
13public:
14 // static variables
15 // NOLINTBEGIN
16 MCAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mHairColors();
17
18 MCAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mIrisColors();
19
20 MCAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mMouthColors();
21
22 MCAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mPremiumColors();
23
24 MCAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mScleraColors();
25
26 MCAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mSkinColors();
27 // NOLINTEND
28};
29
30} // namespace persona
Definition PersonaColors.h:12