diff options
Diffstat (limited to 'parse/parse_north_texture.c')
| -rw-r--r-- | parse/parse_north_texture.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/parse/parse_north_texture.c b/parse/parse_north_texture.c new file mode 100644 index 0000000..0d1af87 --- /dev/null +++ b/parse/parse_north_texture.c @@ -0,0 +1,8 @@ +#include "cub3d.h" + +t_bool parse_north_texture(t_parsing *parsing, char *line) +{ + parsing->north_texture_path = ft_strdup(line + 1); + return (TRUE); +} + |
