summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/LinkStateMove.cpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-04-06 11:49:42 +0200
committerAetias <aetias@outlook.com>2024-04-06 11:49:42 +0200
commitbcff62a8ba1be77b3055488005e1fb83a5689abb (patch)
tree776e030f34d43b902e4d711a326eca2c02ec9475 /src/00_Core/Player/LinkStateMove.cpp
parent4a5c32f65fdbd0300c3878bc33a86f7e4eaf391e (diff)
Add `LinkStateMove`
Diffstat (limited to 'src/00_Core/Player/LinkStateMove.cpp')
-rw-r--r--src/00_Core/Player/LinkStateMove.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/00_Core/Player/LinkStateMove.cpp b/src/00_Core/Player/LinkStateMove.cpp
new file mode 100644
index 00000000..586a331e
--- /dev/null
+++ b/src/00_Core/Player/LinkStateMove.cpp
@@ -0,0 +1,14 @@
+#include "Player/LinkStateMove.hpp"
+
+#ifdef STUBS
+
+void LinkStateMove::vfunc_00() {}
+LinkStateId LinkStateMove::GetId() {}
+void LinkStateMove::CreateDebugHierarchy() {}
+void LinkStateMove::OnStateEnter() {}
+void LinkStateMove::OnStateLeave(s32 param1) {}
+bool LinkStateMove::vfunc_24(s32 param1) {}
+bool LinkStateMove::func_ov00_020a8f2c() {}
+bool LinkStateMove::func_ov00_020a8f4c() {}
+
+#endif