aboutsummaryrefslogtreecommitdiff
path: root/parse/parse_south_texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse/parse_south_texture.c')
-rw-r--r--parse/parse_south_texture.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/parse/parse_south_texture.c b/parse/parse_south_texture.c
index 9ec89d0..10ee403 100644
--- a/parse/parse_south_texture.c
+++ b/parse/parse_south_texture.c
@@ -1,8 +1,19 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* parse_south_texture.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2019/11/15 09:29:55 by cacharle #+# #+# */
+/* Updated: 2019/11/15 09:30:46 by cacharle ### ########.fr */
+/* */
+/* ************************************************************************** */
+
#include "cub3d.h"
-t_bool parse_south_texture(t_parsing *parsing, char *line)
+t_bool parse_south_texture(t_parsing *parsing, char *line)
{
parsing->south_texture_path = ft_strdup(line + 1);
return (TRUE);
}
-