diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-19 19:57:10 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-19 19:57:10 +0100 |
commit | b0c8144f6060e33f9e99788d36cf1a9d30f314b8 (patch) | |
tree | 5abff6fe51494c7bf6349ba007dd5cbe43f7f693 /src/ft_check_not_found.c | |
parent | Removed stdios (diff) | |
download | 42-cub3d-b0c8144f6060e33f9e99788d36cf1a9d30f314b8.tar.gz 42-cub3d-b0c8144f6060e33f9e99788d36cf1a9d30f314b8.tar.bz2 42-cub3d-b0c8144f6060e33f9e99788d36cf1a9d30f314b8.tar.xz 42-cub3d-b0c8144f6060e33f9e99788d36cf1a9d30f314b8.tar.zst 42-cub3d-b0c8144f6060e33f9e99788d36cf1a9d30f314b8.zip |
Cool circle
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> |