LeviLamina
Loading...
Searching...
No Matches
Legacy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/BlockDescriptor.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace SharedTypes::Legacy { struct BlockDescriptor; }
11namespace SharedTypes::Legacy { struct ExpressionNode; }
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::Legacy {
16// functions
17// NOLINTBEGIN
18MCAPI void bindActorDamageCause(::cereal::ReflectionCtx& ctx);
19
20MCAPI void bindEquipmentSlot(::cereal::ReflectionCtx& ctx);
21
22MCAPI void bindFilterSubject(::cereal::ReflectionCtx& ctx);
23
24MCAPI void bindLevelSoundEventType(::cereal::ReflectionCtx& ctx);
25
26MCAPI bool operator==(::SharedTypes::Legacy::BlockDescriptor const& a, ::SharedTypes::Legacy::BlockDescriptor const& b);
27
28MCAPI bool operator==(
29 ::SharedTypes::Legacy::BlockDescriptor::Compound const& a,
30 ::SharedTypes::Legacy::BlockDescriptor::Compound const& b
31);
32
33MCAPI bool
34operator==(::SharedTypes::Legacy::ExpressionNode const& lhs, ::SharedTypes::Legacy::ExpressionNode const& rhs);
35// NOLINTEND
36
37} // namespace SharedTypes::Legacy
Definition BlockDescriptor.h:12
Definition ExpressionNode.h:12
Definition ReflectionCtx.h:11