LeviLamina
Loading...
Searching...
No Matches
FontAlias.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct FontAlias {
6public:
7 // FontAlias inner types declare
8 // clang-format off
9 struct ReferenceData;
10 // clang-format on
11
12 // FontAlias inner types define
13 struct ReferenceData {};
14};
Definition FontAlias.h:13
Definition FontAlias.h:5