diff options
| author | Aetias <aetias@outlook.com> | 2024-05-19 10:24:21 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-05-19 10:24:21 +0200 |
| commit | b2d053475eb013c0d3082b09214daad4a642a4a2 (patch) | |
| tree | d0578a82dc2a0216b0554c45085dcbd85be34dd5 /include/Player | |
| parent | 80478f5485bea03eae75668b454d61ccfdf90b9c (diff) | |
Name `gPlayer` singleton
Diffstat (limited to 'include/Player')
| -rw-r--r-- | include/Player/PlayerBase.hpp | 2 |
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; |
