aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-14 17:31:33 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-14 17:31:33 +0100
commit6f505e5f2144f637a5a73916da3b3b3719751003 (patch)
tree25d529624e4b863ec55dc51ade478ab6d168eed2 /inc/cub3d.h
parentRemoved bloat (diff)
download42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.tar.gz
42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.tar.bz2
42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.tar.xz
42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.tar.zst
42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.zip
Trying death screen
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 278b2e1..11f1a55 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -169,5 +169,6 @@ int ft_exit(uint8_t exit_code, t_cub *clist);
uint32_t ft_rgb_to_hex(t_rgb rgb);
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);
# endif