LeviLamina
Loading...
Searching...
No Matches
WalkDistanceSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
11// clang-format on
12
13namespace WalkDistanceSystem {
14// functions
15// NOLINTBEGIN
16MCNAPI ::TickingSystemWithInfo createSystem();
17
18MCNAPI void updateWalkDistance(
19 ::MoveRequestComponent const& moveRequest,
20 ::StateVectorComponent const& state,
21 ::WalkDistComponent& walkDistance
22);
23// NOLINTEND
24
25} // namespace WalkDistanceSystem
Definition MoveRequestComponent.h:11
Definition StateVectorComponent.h:8
Definition TickingSystemWithInfo.h:13
Definition WalkDistComponent.h:5