diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 92d928d..9c61907 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -237,6 +237,7 @@ typedef struct s_cub char *const *envp; char errmsg[64]; int32_t key_input[5]; + char fps_count[9]; pthread_t mtid; int (*key_ptr[6])(struct s_cub*); int8_t (*get_ptr[14])(char**, struct s_cub*); |