diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 16:42:53 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 16:42:53 +0100 |
commit | 7a1f24cea4b042ced216a1aabb66d6d531c1bf65 (patch) | |
tree | 56f90e24eb67cead445710bec601a88805026943 /inc/cub3d_structs.h | |
parent | YES (diff) | |
download | 42-cub3d-7a1f24cea4b042ced216a1aabb66d6d531c1bf65.tar.gz 42-cub3d-7a1f24cea4b042ced216a1aabb66d6d531c1bf65.tar.bz2 42-cub3d-7a1f24cea4b042ced216a1aabb66d6d531c1bf65.tar.xz 42-cub3d-7a1f24cea4b042ced216a1aabb66d6d531c1bf65.tar.zst 42-cub3d-7a1f24cea4b042ced216a1aabb66d6d531c1bf65.zip |
Music no leak
Diffstat (limited to 'inc/cub3d_structs.h')
-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; |