raycast start

This commit is contained in:
2025-10-04 17:36:47 +01:00
parent a6266a336b
commit 31ba002ac7
5 changed files with 59 additions and 11 deletions

View File

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