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