summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Player/PlayerBase.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Player/PlayerBase.hpp b/include/Player/PlayerBase.hpp
index 7fac1b3c..9efdb926 100644
--- a/include/Player/PlayerBase.hpp
+++ b/include/Player/PlayerBase.hpp
@@ -59,3 +59,5 @@ public:
void EquipItem_vfunc_2c();
void SetHealth(s16 health);
};
+
+extern PlayerBase *gPlayer;