3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/shared_types/legacy/BlockDescriptor.h"
7#include "mc/deps/shared_types/legacy/ExpressionNode.h"
14namespace SharedTypes::Legacy {
17MCAPI
void bindEquipmentSlot(::cereal::ReflectionCtx& ctx);
19MCAPI
void bindFilterSubject(::cereal::ReflectionCtx& ctx);
21MCAPI
void bindLevelSoundEventType(::cereal::ReflectionCtx& ctx);
23MCAPI
bool operator==(::SharedTypes::Legacy::BlockDescriptor
const& a, ::SharedTypes::Legacy::BlockDescriptor
const& b);
26operator==(::SharedTypes::Legacy::ExpressionNode
const& lhs, ::SharedTypes::Legacy::ExpressionNode
const& rhs);
Definition ReflectionCtx.h:11