diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 18:12:45 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 18:12:56 +0100 |
commit | 95670611b3636932b6e64c3e485a4e4bf40d8b07 (patch) | |
tree | 77a588ad4c2b9ac84bfc124f8fab37887d7d8bf8 /src/main.c | |
parent | Norme (diff) | |
download | 42-cub3d-95670611b3636932b6e64c3e485a4e4bf40d8b07.tar.gz 42-cub3d-95670611b3636932b6e64c3e485a4e4bf40d8b07.tar.bz2 42-cub3d-95670611b3636932b6e64c3e485a4e4bf40d8b07.tar.xz 42-cub3d-95670611b3636932b6e64c3e485a4e4bf40d8b07.tar.zst 42-cub3d-95670611b3636932b6e64c3e485a4e4bf40d8b07.zip |
Norme again
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +/* ************************************************************************** */ +/* LE - / */ +/* / */ +/* main.c .:: .:/ . .:: */ +/* +:+:+ +: +: +:+:+ */ +/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2020/02/02 17:19:34 by rbousset #+# ## ## #+# */ +/* Updated: 2020/02/02 17:19:34 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include <libft.h> #include <mlx.h> #include <cub3d.h> |