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
14MCNAPI ::TickingSystemWithInfo createHandleAddToLeashedEntitiesRequestSystem();
15
16MCNAPI ::TickingSystemWithInfo createHandleRemoveFromLeashedEntitiesRequestSystem();
17
18MCNAPI void registerServerSystems(::EntitySystems& systemRegistry);
19// NOLINTEND
20
21} // namespace LeashableSystem
Definition EntitySystems.h:24
Definition TickingSystemWithInfo.h:13