LeviLamina
Loading...
Searching...
No Matches
CustomTypeDeclaration.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
dragon::materials::definition {
6
7
struct
CustomTypeDeclaration
{
8
public
:
9
// CustomTypeDeclaration inner types declare
10
// clang-format off
11
struct
MemberType
;
12
// clang-format on
13
14
// CustomTypeDeclaration inner types define
15
struct
MemberType
{};
16
};
17
18
}
// namespace dragon::materials::definition
dragon::materials::definition::CustomTypeDeclaration::MemberType
Definition
CustomTypeDeclaration.h:15
dragon::materials::definition::CustomTypeDeclaration
Definition
CustomTypeDeclaration.h:7
src
mc
external
render_dragon
materials
definition
CustomTypeDeclaration.h
Generated on
for LeviLamina by
1.16.1