LeviLamina
Loading...
Searching...
No Matches
LeashableSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntitySystems;
9// clang-format on
10
11namespace LeashableSystem {
12// functions
13// NOLINTBEGIN
14MCAPI ::TickingSystemWithInfo createHandleAddToLeashedEntitiesRequestSystem();
15
16MCAPI ::TickingSystemWithInfo createHandleRemoveFromLeashedEntitiesRequestSystem();
17
18#ifdef LL_PLAT_C
19MCAPI void registerClientSystems(::EntitySystems& systemRegistry);
20#endif
21
22MCAPI void registerServerSystems(::EntitySystems& systemRegistry);
23// NOLINTEND
24
25} // namespace LeashableSystem
Definition EntitySystems.h:26
Definition TickingSystemWithInfo.h:13