LeviLamina
Loading...
Searching...
No Matches
DescriptionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // DescriptionComponent inner types declare
8 // clang-format off
9 struct AttributeInfo;
10 struct AttributeRow;
11 // clang-format on
12
13 // DescriptionComponent inner types define
14 enum class AttributeType : uint {};
15
16 struct AttributeInfo {};
17
18 struct AttributeRow {};
19};
Definition DescriptionComponent.h:16
Definition DescriptionComponent.h:18
Definition DescriptionComponent.h:5