diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 01:05:20 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 01:05:20 +0100 |
commit | 6b5e8937d190639ce72c7e5dbee888f97f5f015e (patch) | |
tree | 4e3e28dddf4e40424c4c66757571371f7a86b25e /inc/cub3d.h | |
parent | trying to thread (diff) | |
download | 42-cub3d-6b5e8937d190639ce72c7e5dbee888f97f5f015e.tar.gz 42-cub3d-6b5e8937d190639ce72c7e5dbee888f97f5f015e.tar.bz2 42-cub3d-6b5e8937d190639ce72c7e5dbee888f97f5f015e.tar.xz 42-cub3d-6b5e8937d190639ce72c7e5dbee888f97f5f015e.tar.zst 42-cub3d-6b5e8937d190639ce72c7e5dbee888f97f5f015e.zip |
ok
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 751d6b0..1f8abd4 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -114,7 +114,7 @@ uint8_t ft_use_args(int argc, const char *argv[], t_cub *clist); */ void ft_set_minimap_scale(t_cub *clist); -void *ft_music(void *vargp); +void *ft_music_thread(void *vargp); void ft_detect(t_cub *cl); void ft_castray(t_cub *cl); void ft_save_to_bmp(void); |