raycast start

This commit is contained in:
2025-10-04 17:36:47 +01:00
parent 394366480b
commit c8dfcd857e
5 changed files with 107 additions and 75 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);