From 0f46c62ea7d960d0e9644fc459f8b5b6220d74b4 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 1 Oct 2020 18:38:20 +0200 Subject: Normed m_funptr --- src/m_funptr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/m_funptr.h') diff --git a/src/m_funptr.h b/src/m_funptr.h index 1a0f198..f97094e 100644 --- a/src/m_funptr.h +++ b/src/m_funptr.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef M_FUNPTR_H -#define M_FUNPTR_H +#ifndef FT_M_FUNPTR_H +# define FT_M_FUNPTR_H -#include "s_struct.h" +# include "s_struct.h" void init_buptr(t_msh *msh); -- cgit v1.2.3