raycast start
This commit is contained in:
@@ -6,6 +6,7 @@ typedef struct Player Player;
|
||||
struct Player
|
||||
{
|
||||
V2f pos;
|
||||
U32 bulletsLoaded;
|
||||
};
|
||||
|
||||
function void PlayerUpdate(SDL_Event *event, Player *player);
|
||||
Reference in New Issue
Block a user