diff options
| author | Aetias <aetias@outlook.com> | 2024-03-24 19:07:13 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-03-24 19:07:13 +0100 |
| commit | 44ca783b691cbc2479104a7d85aa5d0770598935 (patch) | |
| tree | 9ecac262e8018b47ebd41a2d18f97892222de865 /src/00_Core/Player/LinkStateItem.cpp | |
| parent | adbb175cc9011c60cb7ece4788771d56e5195a58 (diff) | |
Add `LinkStateItem.cpp`
Diffstat (limited to 'src/00_Core/Player/LinkStateItem.cpp')
| -rw-r--r-- | src/00_Core/Player/LinkStateItem.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/00_Core/Player/LinkStateItem.cpp b/src/00_Core/Player/LinkStateItem.cpp new file mode 100644 index 00000000..dfd2ef62 --- /dev/null +++ b/src/00_Core/Player/LinkStateItem.cpp @@ -0,0 +1,13 @@ +#include "Player/LinkStateItem.hpp" + +#ifdef STUBS + +void LinkStateItem::vfunc_00() {} +LinkStateId LinkStateItem::GetId() {} +s32 LinkStateItem::IsHammerEquipped() {} +void LinkStateItem::OnStateLeave(s32 param1) {} +EquipBombchu* LinkStateItem::GetEquipBombchu() {} +LinkStateMove* LinkStateItem::GetLinkStateMove() {} +bool LinkStateItem::func_ov00_020abf70() {} + +#endif |
