aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 7755ef9..3dac500 100644
--- a/src/player.h
+++ b/src/player.h
@@ -12,7 +12,9 @@
typedef struct {
Vector3 position;
Vector3 direction;
+
Vector3 velocity;
+ float speed;
BoundingBox relativeBox;
BoundingBox box;