aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-04 00:36:59 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-04 00:36:59 +0100
commitd5e6f1b3182816c5366515521413a5f837e7096d (patch)
tree05f5846a2595c720cf53e2728ecaddb52bd575d4 /inc
parentChelou maps work, now sides check (diff)
download42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.tar.gz
42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.tar.bz2
42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.tar.xz
42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.tar.zst
42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.zip
The surrounds
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 5808560..e640a14 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -99,6 +99,7 @@ int8_t ft_check_ext(const char *filep, const char *ext);
int8_t ft_check_not_found(const char *path);
int ft_get_map_first_line(char *line, t_cub *clist);
int ft_get_map_core(int fd, t_cub *clist);
+void ft_check_map_surrounds(t_map *ml, t_cub *cl);
int ft_check_missing(t_cub *clist);
int ft_missing_error(const char *err, t_cub *clist);
int ft_map_error(const char *errmsg, t_cub *clist);