From 0978388f4ae8f78c53ade14db1d5c1c8819e4310 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 27 Jan 2020 20:22:14 +0100 Subject: Nice map drawing --- inc/cub3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index f0b8181..6b35fab 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -59,6 +59,7 @@ void ft_check_empty_line(int fd, void ft_free_words(char **words, char *line); int ft_map_error(unsigned int linum, t_cub *clist); int ft_init_winlx(t_cub *clist); +void ft_drawmap(t_cub *clist); void ft_print_list(t_cub *clist); #endif -- cgit v1.2.3