LeviLamina
Loading...
Searching...
No Matches
ProfileTypeConverter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/player/persona/ProfileType.h"
7
8namespace persona {
9
11public:
12 // static functions
13 // NOLINTBEGIN
14#ifdef LL_PLAT_C
15 MCAPI static ::persona::ProfileType getProfileTypeFromString(::std::string const& profileTypeStr);
16#endif
17
18#ifdef LL_PLAT_S
19 MCAPI static ::std::string_view
20 getStringFromProfileType(::persona::ProfileType typeToGetStringFor, bool nonLegacyStrDesired);
21#endif
22 // NOLINTEND
23};
24
25} // namespace persona
Definition ProfileTypeConverter.h:10