#ifndef _DEF_PLAYER_VARS #define _DEF_PLAYER_VARS typedef struct Player_vars { float friction; int acceleration; int jump_spd; int gravity; } Player_vars; #endif /* _DEF_PLAYER_VARS */