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
7
struct
MoveRequestComponent
;
8
struct
StateVectorComponent
;
9
struct
TickingSystemWithInfo
;
10
struct
WalkDistComponent
;
11
// clang-format on
12
13
namespace
WalkDistanceSystem {
14
// functions
15
// NOLINTBEGIN
16
MCNAPI ::TickingSystemWithInfo createSystem();
17
18
MCNAPI
void
updateWalkDistance(
19
::MoveRequestComponent
const
& moveRequest,
20
::StateVectorComponent
const
& state,
21
::WalkDistComponent
& walkDistance
22
);
23
// NOLINTEND
24
25
}
// namespace WalkDistanceSystem
MoveRequestComponent
Definition
MoveRequestComponent.h:11
StateVectorComponent
Definition
StateVectorComponent.h:8
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
WalkDistComponent
Definition
WalkDistComponent.h:5
src
mc
entity
systems
WalkDistanceSystem.h
Generated on Wed Aug 27 2025 11:39:46 for LeviLamina by
1.12.0