diff options
| author | Aetias <aetias@outlook.com> | 2024-06-21 12:05:31 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-06-21 12:05:31 +0200 |
| commit | c7195d52d9349369725d7e8eb5f6c6e0a5f57dce (patch) | |
| tree | a0e0c98cbe83561eef7e12fe7c85d04b7037feb7 /src/00_Core/Player/PlayerBase.cpp | |
| parent | 4329a6892f959ba97995e36a371c4199fc514d2d (diff) | |
Fix build error
Diffstat (limited to 'src/00_Core/Player/PlayerBase.cpp')
| -rw-r--r-- | src/00_Core/Player/PlayerBase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/00_Core/Player/PlayerBase.cpp b/src/00_Core/Player/PlayerBase.cpp index fc5c92fb..4736b928 100644 --- a/src/00_Core/Player/PlayerBase.cpp +++ b/src/00_Core/Player/PlayerBase.cpp @@ -1,4 +1,4 @@ -#include "Player/PlayerLinkBase.hpp" +#include "Player/PlayerBase.hpp" bool PlayerBase::vfunc_04() {} ItemFlag PlayerBase::GetEquipId() {} @@ -11,7 +11,7 @@ void PlayerBase::LookAt(Vec3p *target) {} bool PlayerBase::func_ov00_020a7c00(s32 param1) {} bool PlayerBase::CollidesWith(Cylinder *cylinder) {} bool PlayerBase::func_ov00_020a7c60(Vec3p *param1, Vec3p *param2, s32 param3) {} -void PlayerBase::EquipItem_vfunc_3c(Cylinder *cylinder, ItemFlag equipId) {} +bool PlayerBase::EquipCollidesWith(Cylinder *cylinder, ItemFlag equipId) {} s32 PlayerBase::EquipItem_vfunc_2c() {} void PlayerBase::SetHealth(s16 health) {} void PlayerBase::AddHealth(s16 amount) {} |
