From 46a73e2b8cfe5370ca4ef03255d122aeccfe8bdc Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 3 Oct 2020 15:23:11 +0200 Subject: Normed p_line --- src/p_line.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/p_line.h') diff --git a/src/p_line.h b/src/p_line.h index b3a35c5..1ec4b81 100644 --- a/src/p_line.h +++ b/src/p_line.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef P_LINE_H -#define P_LINE_H +#ifndef FT_P_LINE_H +# define FT_P_LINE_H -#include "s_struct.h" +# include "s_struct.h" void p_line(char *line, t_msh *msh); -- cgit v1.2.3