diff options
| author | Aetias <aetias@outlook.com> | 2024-04-06 16:11:25 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-06 16:11:25 +0200 |
| commit | 336defc99509c1cf5ccb18143c0891abd10054a4 (patch) | |
| tree | b0e51d6db46b34c820971ac6c46d0d28f471d40b /src/00_Core/Player/LinkStateFollow.cpp | |
| parent | bcff62a8ba1be77b3055488005e1fb83a5689abb (diff) | |
Add `LinkStateFollow`
Diffstat (limited to 'src/00_Core/Player/LinkStateFollow.cpp')
| -rw-r--r-- | src/00_Core/Player/LinkStateFollow.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/00_Core/Player/LinkStateFollow.cpp b/src/00_Core/Player/LinkStateFollow.cpp new file mode 100644 index 00000000..54e87938 --- /dev/null +++ b/src/00_Core/Player/LinkStateFollow.cpp @@ -0,0 +1,16 @@ +#include "Player/LinkStateFollow.hpp" + +#ifdef STUBS + +void LinkStateFollow::vfunc_00() {} +LinkStateId LinkStateFollow::GetId() {} +void LinkStateFollow::MoveTowardTarget() {} +void LinkStateFollow::OnStateLeave(s32 param1) {} +bool LinkStateFollow::vfunc_24(s32 param1) {} +bool LinkStateFollow::vfunc_28() {} +LinkStateCutscene* LinkStateFollow::GetLinkStateCutscene() {} +bool LinkStateFollow::vfunc_34(Vec3p *param1) {} +bool LinkStateFollow::func_ov00_020a9180(Vec3p *param1) {} +bool LinkStateFollow::func_ov00_020a9210(Vec3p *param1, Actor *param2) {} + +#endif |
