#pragma once void player_init(float x, float y); void player_update(void); void player_draw(void); #define PLAYER_WIDTH 12 #define PLAYER_HEIGHT 12