diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-01-27 20:22:14 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-01-27 20:22:14 +0100 |
commit | 0978388f4ae8f78c53ade14db1d5c1c8819e4310 (patch) | |
tree | 35b795404f3642fe60d7ee9cffb284f608b73cd8 /inc/cub3d.h | |
parent | Added @ (diff) | |
download | 42-cub3d-0978388f4ae8f78c53ade14db1d5c1c8819e4310.tar.gz 42-cub3d-0978388f4ae8f78c53ade14db1d5c1c8819e4310.tar.bz2 42-cub3d-0978388f4ae8f78c53ade14db1d5c1c8819e4310.tar.xz 42-cub3d-0978388f4ae8f78c53ade14db1d5c1c8819e4310.tar.zst 42-cub3d-0978388f4ae8f78c53ade14db1d5c1c8819e4310.zip |
Nice map drawing
Diffstat (limited to '')
-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 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 |