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 0ad986c..5f1b743 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -114,6 +114,7 @@ typedef struct s_map char *nl_tex_path; char *nlevel_path; char *music_path; + char *music_cmd; char *mapl; char **map; int8_t x_step; |