LeviLamina
Loading...
Searching...
No Matches
InsideGenericBlockSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/Include.h"
8
9// auto generated forward declare list
10// clang-format off
15// clang-format on
16
17namespace InsideGenericBlockSystemImpl {
18// functions
19// NOLINTBEGIN
20MCNAPI void insideGenericBlockSystem(
21 ::ViewT<
22 ::StrictEntityContext,
23 ::Include<::ActorMovementTickNeededComponent>,
24 ::InsideGenericBlockComponent,
25 ::ActorOwnerComponent> view
26);
27
28MCNAPI void tickInsideGenericBlock(
29 ::InsideGenericBlockComponent& insideGenericBlockComponent,
30 ::ActorOwnerComponent& actorOwnerComponent
31);
32// NOLINTEND
33
34} // namespace InsideGenericBlockSystemImpl
Definition ActorOwnerComponent.h:10
Definition StrictEntityContext.h:8
Definition ActorMovementTickNeededComponent.h:5
Definition InsideGenericBlockComponent.h:13