mirror of
https://github.com/zeldaret/ph
synced 2026-06-15 22:29:54 -04:00
Add LinkStateMove
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user