diff options
Diffstat (limited to 'src/05/Player/LinkStateFollow.cpp')
| -rw-r--r-- | src/05/Player/LinkStateFollow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/05/Player/LinkStateFollow.cpp b/src/05/Player/LinkStateFollow.cpp index 7ad2d7e9..7b1dda53 100644 --- a/src/05/Player/LinkStateFollow.cpp +++ b/src/05/Player/LinkStateFollow.cpp @@ -2,7 +2,7 @@ #include "Player/LinkStateCutscene.hpp" void LinkStateFollow::OnStateEnter() {} -EquipRope *GetEquipRope() {} +EquipRope *LinkStateFollow::GetEquipRope() {} void LinkStateFollow::vfunc_1c() {} void LinkStateFollow::func_ov005_0210b9c4() {} void LinkStateFollow::func_ov005_0210ba98() {} |
