From b2745bb20e4748dc102b04daac4bab9fb4c6a76c Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sat, 22 Feb 2020 20:12:04 +0100 Subject: Drawing some HUD --- 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 09ea32e..7ebf492 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -84,5 +84,6 @@ void ft_draw_circle(int32_t a, int32_t b, void ft_draw_texture(t_cub *cl, int x, int y, int tex_y); int8_t ft_check_not_found(const char *path); void ft_calc_tex(t_cub *clist); +void ft_draw_hud(t_cub *clist); # endif -- cgit v1.2.3