LeviLamina
Loading...
Searching...
No Matches
v1_21_20.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace SharedTypes::v1_21_20 { struct FilterGroupData; }
8namespace SharedTypes::v1_21_20 { struct FilterGroupDataMap; }
9namespace SharedTypes::v1_21_20 { struct FilterTestData; }
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_20 {
14// functions
15// NOLINTBEGIN
16MCAPI void bindDimensionPaddingTypes(::cereal::ReflectionCtx& ctx);
17
18MCAPI void bindIntProviderTypes(::cereal::ReflectionCtx& ctx);
19
20MCFOLD bool
21operator==(::SharedTypes::v1_21_20::FilterGroupData const& __P0, ::SharedTypes::v1_21_20::FilterGroupData const& __P1);
22
23MCAPI bool
24operator==(::SharedTypes::v1_21_20::FilterTestData const& __P0, ::SharedTypes::v1_21_20::FilterTestData const& __P1);
25
26MCAPI bool operator==(
27 ::SharedTypes::v1_21_20::FilterGroupDataMap const& lhs,
28 ::SharedTypes::v1_21_20::FilterGroupDataMap const& rhs
29);
30// NOLINTEND
31
32} // namespace SharedTypes::v1_21_20
Definition FilterGroupDataMap.h:16
Definition FilterGroupData.h:16
Definition FilterTestData.h:12
Definition ReflectionCtx.h:11