diff options
Diffstat (limited to 'src/ft_get_topsp.c')
-rw-r--r-- | src/ft_get_topsp.c | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/ft_get_topsp.c b/src/ft_get_topsp.c deleted file mode 100644 index 84339c3..0000000 --- a/src/ft_get_topsp.c +++ /dev/null @@ -1,32 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_check_map_line.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/14 17:28:34 by rbousset #+# #+# */ -/* Updated: 2020/02/14 17:28:37 by rbousset ### ########lyon.fr */ -/* */ -/* ************************************************************************** */ - -#include <libft.h> -#include <cub3d.h> -#include <stddef.h> -#include <stdint.h> - -void - ft_get_topsp(char c, t_cub *clist) -{ - (void)c; - (void)clist; - /* int8_t x; */ - - /* if ((x = ft_strlchr(FT_CHRST_SPRITES, c)) > 0) */ - /* { */ - /* if ((x + 2) > clist->mlist.topsp) */ - /* { */ - /* clist->mlist.topsp = x + 2; */ - /* } */ - /* } */ -} |