diff options
Diffstat (limited to 'src/14_Land/Player/EquipBoomerang.cpp')
| -rw-r--r-- | src/14_Land/Player/EquipBoomerang.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/14_Land/Player/EquipBoomerang.cpp b/src/14_Land/Player/EquipBoomerang.cpp new file mode 100644 index 00000000..004379f4 --- /dev/null +++ b/src/14_Land/Player/EquipBoomerang.cpp @@ -0,0 +1,12 @@ +#include "Player/EquipBoomerang.hpp" + +EquipBoomerang::EquipBoomerang() {} +EquipBoomerang::~EquipBoomerang() {} +bool EquipBoomerang::UpdateInUse(unk32 param1) {} +void EquipBoomerang::vfunc_10() {} +void EquipBoomerang::func_ov014_0213d098() {} +void EquipBoomerang::func_ov014_0213d0bc(Vec3p *param1) {} +Actor *EquipBoomerang::GetActor() {} +ItemFlag EquipBoomerang::GetId() const {} +void EquipBoomerang::func_ov014_0213d184() {} +void EquipBoomerang::func_ov014_0213d1b0() {} |
