diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_check_not_found.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ft_check_not_found.c b/src/ft_check_not_found.c index 9233846..25afe1a 100644 --- a/src/ft_check_not_found.c +++ b/src/ft_check_not_found.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_check_not_found.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/19 19:26:27 by rbousset #+# #+# */ +/* Updated: 2020/02/19 19:26:28 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + #include <cub3d.h> #include <stdint.h> #include <fcntl.h> |