LeviLamina
Loading...
Searching...
No Matches
v1_26_10.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace SharedTypes::v1_26_10 { struct ActorDocument; }
9namespace SharedTypes::v1_26_10 { struct LayEggGoalDefinition; }
10// clang-format on
11
12namespace SharedTypes::v1_26_10 {
13// functions
14// NOLINTBEGIN
15#ifdef LL_PLAT_C
16MCAPI bool
17operator==(::SharedTypes::v1_26_10::ActorDocument const& __P0, ::SharedTypes::v1_26_10::ActorDocument const& __P1);
18#endif
19
20MCAPI void
21transformToVersioned(::LegacyGoalDefinition&& legacyGoal, ::SharedTypes::v1_26_10::LayEggGoalDefinition& sharedGoal);
22// NOLINTEND
23
24} // namespace SharedTypes::v1_26_10
Definition LegacyGoalDefinition.h:33
Definition ActorDocument.h:17
Definition LayEggGoalDefinition.h:17