3#include "mc/_HeaderOutputPredefine.h"
10namespace SharedTypes {
13MCAPI
void bindAll(::cereal::ReflectionCtx& ctx);
15MCAPI
void bindColor(::cereal::ReflectionCtx& ctx);
17MCAPI
void bindEasing(::cereal::ReflectionCtx& ctx);
19MCAPI
void bindFacing(::cereal::ReflectionCtx& ctx);
21MCAPI
void bindGlmVec2(::cereal::ReflectionCtx& ctx);
23MCAPI
void bindGlmVec3(::cereal::ReflectionCtx& ctx);
25MCAPI
void bindHashedString(::cereal::ReflectionCtx& ctx);
27MCAPI
void bindItemCooldownType(::cereal::ReflectionCtx& ctx);
29MCAPI
void bindJigsawJointType(::cereal::ReflectionCtx& ctx);
31MCAPI
void bindSemVersion(::cereal::ReflectionCtx& ctx);
33MCAPI
void bindVec2(::cereal::ReflectionCtx& ctx);
35MCAPI
void bindVec3(::cereal::ReflectionCtx& ctx);
Definition ReflectionCtx.h:11