LeviLamina
Loading...
Searching...
No Matches
personaDefault.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/UUID.h"
7
8namespace personaDefault {
9// functions
10// NOLINTBEGIN
11#ifdef LL_PLAT_C
12MCNAPI bool isBuiltinSkinPack(::mce::UUID const& packId);
13#endif
14// NOLINTEND
15
16// static variables
17// NOLINTBEGIN
18MCNAPI ::std::set<::mce::UUID> const& ALLOW_ITEM_LIST();
19
20MCNAPI ::std::vector<::std::string> const& EMOTE_LIST();
21// NOLINTEND
22
23} // namespace personaDefault