3#include "mc/_HeaderOutputPredefine.h"
10namespace Editor::CerealHelpers {
13MCNAPI
void bindColor(::cereal::ReflectionCtx& ctx);
15MCNAPI
void bindDimensionType(::cereal::ReflectionCtx& ctx);
17MCNAPI
void bindHelpers(::cereal::ReflectionCtx& ctx);
19MCNAPI
void bindNetworPayloadTypes(::cereal::ReflectionCtx& ctx);
21MCNAPI
void bindThemePaletteType(::cereal::ReflectionCtx& ctx);
Definition ReflectionCtx.h:11