LeviLamina
Loading...
Searching...
No Matches
Network.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace Editor::Network {
11// functions
12// NOLINTBEGIN
13MCNAPI void bindBlockPalettePayloadTypes(::cereal::ReflectionCtx& ctx);
14
15MCNAPI void bindCursorServicePayloads(::cereal::ReflectionCtx& ctx);
16
17MCNAPI void bindDataTransferPayloadTypes(::cereal::ReflectionCtx& ctx);
18
19MCNAPI void bindEditorRealmPayloadTypes(::cereal::ReflectionCtx& ctx);
20
21MCNAPI void bindInputPayloads(::cereal::ReflectionCtx& ctx);
22
23MCNAPI void bindNativeBrushServicePayloadTypes(::cereal::ReflectionCtx& ctx);
24
25MCNAPI void bindPayloadTypes(::cereal::ReflectionCtx& ctx);
26
27MCNAPI void bindStructurePayloadTypes(::cereal::ReflectionCtx& ctx);
28// NOLINTEND
29
30} // namespace Editor::Network
Definition ReflectionCtx.h:11
Definition ctx.h:5