From 5769700c129a614751abe8902278c39960a07131 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 25 Jan 2020 18:43:52 +0100 Subject: Function to print the lists --- 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 49f77ec..be40e49 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -54,5 +54,6 @@ void ft_check_empty_line(int fd, void ft_free_words(char **words, char *line); int ft_map_error(unsigned int linum, t_win *wlist); int ft_init_winlx(t_win *wlist); +void ft_print_list(t_win *wlist); #endif -- cgit v1.2.3