diff options
| author | navewindre <boneyaard@gmail.com> | 2025-09-28 02:45:10 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-09-28 02:45:10 +0200 |
| commit | 0db9c91742a6ab17c3d8a8b86a34392c1797740b (patch) | |
| tree | c3b2595722f601c61b342cc470e9e7f8a13891d0 /src/game/camera.h | |
| parent | ae694bc0da98e45c5def20ac1d92f9d8aad65fd5 (diff) | |
input bettr
Diffstat (limited to 'src/game/camera.h')
| -rw-r--r-- | src/game/camera.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/camera.h b/src/game/camera.h new file mode 100644 index 0000000..b9fe402 --- /dev/null +++ b/src/game/camera.h @@ -0,0 +1,9 @@ +#pragma once + +#include "../util/vector.h" + +struct PLAYER_CAMERA { + VEC3 pos; + VEC3 rot; + F32 fov; +}; |
