summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-05-18 17:05:59 +0200
committerAetias <aetias@outlook.com>2024-05-18 17:05:59 +0200
commit9bf232a4fd27da50baaac4a983cd6b810480def7 (patch)
tree40305df9abead7ee62d7844acd02cba9f5dade92 /include
parentc5430ca4ace6649ace77748fd66aebe895fcb04f (diff)
Name `gPlayerLink` singleton
Diffstat (limited to 'include')
-rw-r--r--include/Player/PlayerLinkBase.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Player/PlayerLinkBase.hpp b/include/Player/PlayerLinkBase.hpp
index e708f235..e96ed00b 100644
--- a/include/Player/PlayerLinkBase.hpp
+++ b/include/Player/PlayerLinkBase.hpp
@@ -19,6 +19,7 @@ enum PlayerCharacter_ {
};
class PlayerLinkBase: public PlayerBase {
+public:
/* 00 (base) */
/* 14 */ Vec3p mPos;
/* 20 */ Vec3p mVel;
@@ -73,4 +74,8 @@ class PlayerLinkBase: public PlayerBase {
/* 80 */ virtual void SetUnk_5e();
/* 84 */ virtual void ResetUnk_5e();
/* 88 */
+
+ void func_ov00_020bc854(Vec3p *param1);
};
+
+extern PlayerLinkBase *gPlayerLink;