From fecb30e8db01bb59d2f7af7abcae18c98f6b4bbb Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 1 Oct 2020 20:15:33 +0200 Subject: Normed m_prompt --- src/m_prompt.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/m_prompt.h') diff --git a/src/m_prompt.h b/src/m_prompt.h index 8aae6f7..235c6e1 100644 --- a/src/m_prompt.h +++ b/src/m_prompt.h @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef M_PROMPT_H -#define M_PROMPT_H +#ifndef FT_M_PROMPT_H +# define FT_M_PROMPT_H -#include +# include -#include "s_struct.h" +# include "s_struct.h" void m_prompt_psx(uint8_t x, t_msh *msh); -- cgit v1.2.3