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
11
class
ActorOwnerComponent
;
12
class
StrictEntityContext
;
13
struct
ActorMovementTickNeededComponent
;
14
struct
InsideGenericBlockComponent
;
15
// clang-format on
16
17
namespace
InsideGenericBlockSystemImpl {
18
// functions
19
// NOLINTBEGIN
20
MCNAPI
void
insideGenericBlockSystem(
21
::ViewT<
22
::StrictEntityContext,
23
::Include<::ActorMovementTickNeededComponent>,
24
::InsideGenericBlockComponent,
25
::ActorOwnerComponent> view
26
);
27
28
MCNAPI
void
tickInsideGenericBlock(
29
::InsideGenericBlockComponent& insideGenericBlockComponent,
30
::ActorOwnerComponent& actorOwnerComponent
31
);
32
// NOLINTEND
33
34
}
// namespace InsideGenericBlockSystemImpl
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
InsideGenericBlockComponent
Definition
InsideGenericBlockComponent.h:13
src
mc
entity
systems
InsideGenericBlockSystemImpl.h
Generated on
for LeviLamina by
1.16.1