diff options
| author | Aetias <aetias@outlook.com> | 2024-04-06 11:49:42 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-06 11:49:42 +0200 |
| commit | bcff62a8ba1be77b3055488005e1fb83a5689abb (patch) | |
| tree | 776e030f34d43b902e4d711a326eca2c02ec9475 /src/00_Core/Player/LinkStateMove.cpp | |
| parent | 4a5c32f65fdbd0300c3878bc33a86f7e4eaf391e (diff) | |
Add `LinkStateMove`
Diffstat (limited to 'src/00_Core/Player/LinkStateMove.cpp')
| -rw-r--r-- | src/00_Core/Player/LinkStateMove.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/00_Core/Player/LinkStateMove.cpp b/src/00_Core/Player/LinkStateMove.cpp new file mode 100644 index 00000000..586a331e --- /dev/null +++ b/src/00_Core/Player/LinkStateMove.cpp @@ -0,0 +1,14 @@ +#include "Player/LinkStateMove.hpp" + +#ifdef STUBS + +void LinkStateMove::vfunc_00() {} +LinkStateId LinkStateMove::GetId() {} +void LinkStateMove::CreateDebugHierarchy() {} +void LinkStateMove::OnStateEnter() {} +void LinkStateMove::OnStateLeave(s32 param1) {} +bool LinkStateMove::vfunc_24(s32 param1) {} +bool LinkStateMove::func_ov00_020a8f2c() {} +bool LinkStateMove::func_ov00_020a8f4c() {} + +#endif |
