From 2fef0c2c7a2c8b7b635c3a73279f979eb607146c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 30 Sep 2020 19:13:56 +0200 Subject: Pipes restructuration in progress --- src/e_pipes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/e_pipes.h') diff --git a/src/e_pipes.h b/src/e_pipes.h index 2f6c550..c523d4f 100644 --- a/src/e_pipes.h +++ b/src/e_pipes.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef E_PIPES_H -#define E_PIPES_H +#ifndef FT_E_PIPES_H +# define FT_E_PIPES_H -#include "s_struct.h" +# include "s_struct.h" void e_pipes(t_msh *msh); -- cgit v1.2.3