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
10// clang-format on
11
12namespace WalkDistanceSystem {
13// functions
14// NOLINTBEGIN
15MCAPI void updateWalkDistance(
16 ::MoveRequestComponent const& moveRequest,
17 ::StateVectorComponent const& state,
18 ::WalkDistComponent& walkDistance
19);
20// NOLINTEND
21
22} // namespace WalkDistanceSystem
Definition MoveRequestComponent.h:13
Definition StateVectorComponent.h:10
Definition WalkDistComponent.h:5