summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-05-23 23:52:52 +0200
committerAetias <aetias@outlook.com>2024-05-23 23:52:52 +0200
commit5d8782d64ad4d4aea1945a312616f9b95c2b3b2b (patch)
tree37ad6937cd644efd36f5a5da768bd5306944ad18 /include
parent23bbb6fe5b4dcf7a0d953b984fc9b63fb6f3c0a3 (diff)
Mangle `PlayerLinkBase::GetCurrentCharacter`
Diffstat (limited to 'include')
-rw-r--r--include/Player/PlayerLinkBase.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Player/PlayerLinkBase.hpp b/include/Player/PlayerLinkBase.hpp
index 8448a3b7..09eefeb1 100644
--- a/include/Player/PlayerLinkBase.hpp
+++ b/include/Player/PlayerLinkBase.hpp
@@ -80,6 +80,7 @@ public:
bool func_ov00_020bd304();
bool GongoronCollidesWith(Cylinder *hitbox);
s32 GetGrabActorId();
+ PlayerCharacter GetCurrentCharacter();
};
extern PlayerLinkBase *gPlayerLink;