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