LeviLamina
Loading...
Searching...
No Matches
WaterSinkInputSystem.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 WaterSinkInputSystem {
14// functions
15// NOLINTBEGIN
16MCAPI ::TickingSystemWithInfo createWaterSinkInputSystem();
17
18MCAPI void doInWaterSinkInputSystem(
19 ::MovementAbilitiesComponent const& abilitiesComponent,
20 ::MoveInputComponent const& moveInputComponent,
21 ::StateVectorComponent& stateVectorComponent
22);
23// NOLINTEND
24
25} // namespace WaterSinkInputSystem
Definition MoveInputComponent.h:11
Definition MovementAbilitiesComponent.h:8
Definition StateVectorComponent.h:8
Definition TickingSystemWithInfo.h:13