From 9bf232a4fd27da50baaac4a983cd6b810480def7 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 18 May 2024 17:05:59 +0200 Subject: Name `gPlayerLink` singleton --- include/Player/PlayerLinkBase.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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; -- cgit v1.2.3