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