jtmm2/include/player_vars.h

11 lines
177 B
C

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