diff options
Diffstat (limited to 'src/ft_m_loop.h')
-rw-r--r-- | src/ft_m_loop.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/ft_m_loop.h b/src/ft_m_loop.h deleted file mode 100644 index 4dd1873..0000000 --- a/src/ft_m_loop.h +++ /dev/null @@ -1,22 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_m_loop.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ -/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef FT_M_LOOP -#define FT_M_LOOP - -#include <stdint.h> - -#include "ft_s_struct.h" - -uint8_t ft_m_loop(t_msh *msh); - -#endif |