LeviLamina
Loading...
Searching...
No Matches
ClientVolumeRenderItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::Services {
6
7
struct
ClientVolumeRenderItem {
8
public
:
9
// ClientVolumeRenderItem inner types declare
10
// clang-format off
11
struct
BaseComponent;
12
struct
BoundingBoxComponent;
13
struct
StructureComponent;
14
struct
VolumeOutlineComponent;
15
// clang-format on
16
17
// ClientVolumeRenderItem inner types define
18
enum class
ComponentTypes :
int
{};
19
20
struct
BaseComponent {};
21
22
struct
BoundingBoxComponent {};
23
24
struct
StructureComponent {};
25
26
struct
VolumeOutlineComponent {};
27
};
28
29
}
// namespace Editor::Services
src-server
mc
client
editor
highlight
ClientVolumeRenderItem.h
Generated on Tue Dec 30 2025 14:20:30 for LeviLamina by
1.12.0