LeviLamina
Loading...
Searching...
No Matches
AutoStepSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/EntityModifier.h"
7#include "mc/deps/ecs/strict/Include.h"
8
9// auto generated forward declare list
10// clang-format off
17struct SubBBsComponent;
18// clang-format on
19
20namespace AutoStepSystem {
21// functions
22// NOLINTBEGIN
23MCNAPI void doAutoStepSystemImpl(
25 ::StrictEntityContext const& entity,
26 ::MaxAutoStepComponent const& maxAutoStepComponent,
27 ::MoveRequestComponent& moveRequestComponent,
28 ::AABBShapeComponent& aabbShapeComponent,
29 ::SubBBsComponent& subBBsComponent,
31);
32// NOLINTEND
33
34} // namespace AutoStepSystem
Definition EntityModifier.h:6
Definition StrictEntityContext.h:8
Definition AABBShapeComponent.h:9
Definition AutoStepRequestFlagComponent.h:5
Definition HasAutoSteppedComponent.h:5
Definition Include.h:6
Definition MaxAutoStepComponent.h:8
Definition MoveRequestComponent.h:11
Definition SubBBsComponent.h:10