diff options
Diffstat (limited to 'parse/parse_west_texture.c')
| -rw-r--r-- | parse/parse_west_texture.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/parse/parse_west_texture.c b/parse/parse_west_texture.c deleted file mode 100644 index dca1629..0000000 --- a/parse/parse_west_texture.c +++ /dev/null @@ -1,19 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* parse_west_texture.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2019/11/15 09:29:42 by cacharle #+# #+# */ -/* Updated: 2019/11/15 09:30:40 by cacharle ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#include "cub3d.h" - -t_bool parse_west_texture(t_parsing *parsing, char *line) -{ - parsing->west_texture_path = ft_strdup(line + 1); - return (TRUE); -} |
