LeviLamina
Loading...
Searching...
No Matches
TextureTint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace persona {
6
7struct TextureTint {
8public:
9 // TextureTint inner types define
10 enum class PathType : uint {};
11};
12
13} // namespace persona
Definition TextureTint.h:7