raycast start

This commit is contained in:
2025-10-04 17:36:47 +01:00
parent 1d70f3ae20
commit fd7162259b
5 changed files with 97 additions and 70 deletions

View File

@@ -10,6 +10,7 @@ typedef struct Player Player;
struct Player
{
V2f pos;
U32 bulletsLoaded;
};
function void PlayerUpdate(SDL_Event *event, Player *player);