summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/LinkStateItem.cpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-03-24 19:07:13 +0100
committerAetias <aetias@outlook.com>2024-03-24 19:07:13 +0100
commit44ca783b691cbc2479104a7d85aa5d0770598935 (patch)
tree9ecac262e8018b47ebd41a2d18f97892222de865 /src/00_Core/Player/LinkStateItem.cpp
parentadbb175cc9011c60cb7ece4788771d56e5195a58 (diff)
Add `LinkStateItem.cpp`
Diffstat (limited to 'src/00_Core/Player/LinkStateItem.cpp')
-rw-r--r--src/00_Core/Player/LinkStateItem.cpp13
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