3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/comprehensive/ParticleType.h"
13namespace ParticleTypeHelper {
16MCNAPI
void bindParticleTypeEnumType(::cereal::ReflectionCtx& ctx);
18MCNAPI ::std::string particleNameFromType(::ParticleType type);
20MCNAPI ::ParticleType particleTypeFromName(::std::string_view name);
Definition ReflectionCtx.h:11