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