From 93594e31acfa50fdcb93d7dad7233c71f6222471 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 22 Mar 2020 14:20:24 +0100 Subject: Removed bloat --- inc/cub3d.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index 5f36a2e..81cb3d0 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -135,6 +135,8 @@ int ft_get_map_core(int fd, t_cub *clist); void ft_get_topsp(char c, t_cub *clist); void ft_check_map_surrounds(t_map *ml, t_cub *cl); int ft_check_missing(t_cub *clist); +int ft_check_missing_tex_defines(t_cub *clist); +int ft_check_missing_sfx(t_cub *clist); int ft_missing_error(const char *err, t_cub *clist); int ft_map_error(const char *errmsg, t_cub *clist); size_t ft_get_line_len(char *line); -- cgit v1.2.3