LeviLamina
Loading...
Searching...
No Matches
ArmorTrimTexturePath.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ArmorTrimTexturePath {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::string const& PALETTE_LOCATION_ROOT();
9
10MCNAPI ::std::string const& TRIM_ICON_LOCATION_ROOT();
11
12#ifdef LL_PLAT_C
13MCNAPI ::std::string const& TRIM_LOCATION_ROOT();
14
15MCNAPI ::std::string const& TRIM_SUBSTR();
16#endif
17// NOLINTEND
18
19} // namespace ArmorTrimTexturePath