Add LinkStateItem.cpp

This commit is contained in:
Aetias
2024-03-24 19:07:13 +01:00
parent adbb175cc9
commit 44ca783b69
6 changed files with 287 additions and 259 deletions
+13
View File
@@ -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