LeviLamina
Loading...
Searching...
No Matches
LineListPrimitive.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Scripting::RenderHelper {
6
8public:
9 // LineListPrimitive inner types declare
10 // clang-format off
11 struct ColoredLine;
12 struct Line;
13 // clang-format on
14
15 // LineListPrimitive inner types define
16 struct ColoredLine {};
17
18 struct Line {};
19};
20
21} // namespace Scripting::RenderHelper
Definition LineListPrimitive.h:18
Definition LineListPrimitive.h:7