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