diff options
| author | Aetias <aetias@outlook.com> | 2024-05-23 18:32:24 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-05-23 18:32:24 +0200 |
| commit | ec8aae7d5412c33dce169d8b967bbc5afc5a94fb (patch) | |
| tree | 8416dd33fc66728be90af8d143756efcd792fe41 /include | |
| parent | ae6b47f0fdb149eb60a489656111e486f8eee44e (diff) | |
Rename `gPlayerVel` and `gPlayerAngle`
Diffstat (limited to 'include')
| -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 3272af25..f618f740 100644 --- a/include/Player/PlayerBase.hpp +++ b/include/Player/PlayerBase.hpp @@ -62,3 +62,5 @@ public: extern PlayerBase *gPlayer; extern Vec3p gPlayerPos; +extern Vec3p gPlayerVel; +extern s16 gPlayerAngle; |
