summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;