LeviLamina
Loading...
Searching...
No Matches
v1_21_110.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_110 { struct ExperienceRewardComponentDefinition; }
8namespace SharedTypes::v1_21_110 { struct VoxelShapeDocument; }
9// clang-format on
10
11namespace SharedTypes::v1_21_110 {
12// functions
13// NOLINTBEGIN
14MCAPI bool operator==(
15 ::SharedTypes::v1_21_110::ExperienceRewardComponentDefinition const& __P0,
16 ::SharedTypes::v1_21_110::ExperienceRewardComponentDefinition const& __P1
17);
18
19MCAPI bool operator==(
20 ::SharedTypes::v1_21_110::VoxelShapeDocument const& __P0,
21 ::SharedTypes::v1_21_110::VoxelShapeDocument const& __P1
22);
23// NOLINTEND
24
25} // namespace SharedTypes::v1_21_110
Definition ExperienceRewardComponentDefinition.h:15
Definition VoxelShapeDocument.h:17