summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-05-23 18:32:24 +0200
committerAetias <aetias@outlook.com>2024-05-23 18:32:24 +0200
commitec8aae7d5412c33dce169d8b967bbc5afc5a94fb (patch)
tree8416dd33fc66728be90af8d143756efcd792fe41 /include
parentae6b47f0fdb149eb60a489656111e486f8eee44e (diff)
Rename `gPlayerVel` and `gPlayerAngle`
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 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;