3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/shared_types/legacy/BlockDescriptor.h"
15namespace SharedTypes::Legacy {
18MCAPI
void bindActorDamageCause(::cereal::ReflectionCtx& ctx);
20MCAPI
void bindEquipmentSlot(::cereal::ReflectionCtx& ctx);
22MCAPI
void bindFilterSubject(::cereal::ReflectionCtx& ctx);
24MCAPI
void bindLevelSoundEventType(::cereal::ReflectionCtx& ctx);
26MCAPI
bool operator==(::SharedTypes::Legacy::BlockDescriptor
const& a, ::SharedTypes::Legacy::BlockDescriptor
const& b);
29 ::SharedTypes::Legacy::BlockDescriptor::Compound
const& a,
30 ::SharedTypes::Legacy::BlockDescriptor::Compound
const& b
34operator==(::SharedTypes::Legacy::ExpressionNode
const& lhs, ::SharedTypes::Legacy::ExpressionNode
const& rhs);
Definition BlockDescriptor.h:12
Definition ExpressionNode.h:12
Definition ReflectionCtx.h:11