diff options
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 |
