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 bindEditorRealmPayloadTypes(::cereal::ReflectionCtx& ctx);
14
15MCNAPI void bindNativeBrushServicePayloadTypes(::cereal::ReflectionCtx& ctx);
16
17MCNAPI void bindPersistenceServicePayloadTypes(::cereal::ReflectionCtx& ctx);
18
19MCNAPI void bindPrefabDBPayloadTypes(::cereal::ReflectionCtx& ctx);
20// NOLINTEND
21
22} // namespace Editor::Network
Definition ReflectionCtx.h:11