diff options
author | nathan <nathansmith@disroot.org> | 2025-07-06 07:54:28 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-06 07:54:28 +0000 |
commit | 404d0f1bdf95d5951bf2a5e77dca2f9dc18f373e (patch) | |
tree | db78303dc890b589696770ad713e801e6e713abf /src/player.h | |
parent | 025655dcf21ec40f1730097d3614114c704f5a17 (diff) | |
download | FindThings-404d0f1bdf95d5951bf2a5e77dca2f9dc18f373e.tar.gz FindThings-404d0f1bdf95d5951bf2a5e77dca2f9dc18f373e.tar.bz2 FindThings-404d0f1bdf95d5951bf2a5e77dca2f9dc18f373e.zip |
Cleaned up shit
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index bc061f8..0bd664e 100644 --- a/src/player.h +++ b/src/player.h @@ -3,6 +3,8 @@ #ifndef PLAYER_H #define PLAYER_H +#define PLAYER_HEIGHT 2.0 + typedef struct { Vector3 position; Vector3 direction; |