diff options
| author | Aetias <aetias@outlook.com> | 2024-04-06 11:49:42 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-06 11:49:42 +0200 |
| commit | bcff62a8ba1be77b3055488005e1fb83a5689abb (patch) | |
| tree | 776e030f34d43b902e4d711a326eca2c02ec9475 /include/Player/LinkStateMove.hpp | |
| parent | 4a5c32f65fdbd0300c3878bc33a86f7e4eaf391e (diff) | |
Add `LinkStateMove`
Diffstat (limited to 'include/Player/LinkStateMove.hpp')
| -rw-r--r-- | include/Player/LinkStateMove.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Player/LinkStateMove.hpp b/include/Player/LinkStateMove.hpp index ef5473a4..e56eee3c 100644 --- a/include/Player/LinkStateMove.hpp +++ b/include/Player/LinkStateMove.hpp @@ -26,4 +26,7 @@ public: /* 24 */ virtual bool vfunc_24(s32 param1) override; /* 3c */ virtual bool vfunc_3c() override; /* 44 */ + + bool func_ov00_020a8f2c(); + bool func_ov00_020a8f4c(); }; |
