LeviLamina
Loading...
Searching...
No Matches
ParticleTypeHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/comprehensive/ParticleType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace ParticleTypeHelper {
14// functions
15// NOLINTBEGIN
16MCNAPI void bindParticleTypeEnumType(::cereal::ReflectionCtx& ctx);
17
18MCNAPI ::std::string particleNameFromType(::ParticleType type);
19
20MCNAPI ::ParticleType particleTypeFromName(::std::string_view name);
21// NOLINTEND
22
23} // namespace ParticleTypeHelper
Definition ReflectionCtx.h:11