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