diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-25 18:43:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-25 18:43:52 +0100 |
commit | 5769700c129a614751abe8902278c39960a07131 (patch) | |
tree | a18b687c0d28ac4f1c3cd420daf8efd0ca0ec74f /inc/cub3d.h | |
parent | Not ignoring get_next_line return value anymore (diff) | |
download | 42-cub3d-5769700c129a614751abe8902278c39960a07131.tar.gz 42-cub3d-5769700c129a614751abe8902278c39960a07131.tar.bz2 42-cub3d-5769700c129a614751abe8902278c39960a07131.tar.xz 42-cub3d-5769700c129a614751abe8902278c39960a07131.tar.zst 42-cub3d-5769700c129a614751abe8902278c39960a07131.zip |
Function to print the lists
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |