diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:21:29 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:21:29 +0100 |
commit | 8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d (patch) | |
tree | eaf3adca241ec77c8af19adbfdf5871e305c6d01 /inc/cub3d.h | |
parent | Works fine (diff) | |
download | 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.gz 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.bz2 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.xz 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.zst 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.zip |
ok bav
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 4f1bc72..84ce976 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -184,5 +184,6 @@ t_bmp_rgb ft_hex_to_rgb(uint32_t color); uint32_t ft_darken(t_rgb rgb, t_cub *cl); void ft_death_screen(t_cub *cl); void ft_get_fps_count(clock_t delta_time, t_cub *cl); +void ft_find_item(t_player *pl, t_map *ml, t_cub *cl); # endif |