From 3c330fb4947973c103a7da7df59e2ee334206446 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 5 Mar 2020 16:09:00 +0100 Subject: Tryna be dark --- inc/cub3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/cub3d.h') diff --git a/inc/cub3d.h b/inc/cub3d.h index c2e117e..87444aa 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -128,6 +128,7 @@ uint8_t ft_free_words(char **words); int8_t ft_warp_level(t_cub *cl); int ft_exit(uint8_t exit_code, t_cub *clist); uint32_t ft_rgb_to_hex(t_rgb rgb); +uint32_t ft_darken_rgb(t_rgb rgb); t_bmp_rgb ft_hex_to_rgb(uint32_t color); # endif -- cgit v1.2.3