diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 14:03:19 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 14:03:19 +0200 |
commit | 427d446b53790143e5574114b193bc4939bf4298 (patch) | |
tree | 46baa0af372e760f75d79320cc5677968c106c12 /inc | |
parent | Freed big leaks (diff) | |
download | 42-cub3d-427d446b53790143e5574114b193bc4939bf4298.tar.gz 42-cub3d-427d446b53790143e5574114b193bc4939bf4298.tar.bz2 42-cub3d-427d446b53790143e5574114b193bc4939bf4298.tar.xz 42-cub3d-427d446b53790143e5574114b193bc4939bf4298.tar.zst 42-cub3d-427d446b53790143e5574114b193bc4939bf4298.zip |
Header fix
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_structs.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index de2c51c..dcf633f 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -1,6 +1,12 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* cub3d_defines.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/14 17:20:05 by rbousset #+# #+# */ -/* Updated: 2020/02/14 17:20:06 by rbousset ### ########lyon.fr */ +/* Created: 2020/02/15 15:40:25 by rbousset #+# #+# */ +/* Updated: 2020/02/15 15:40:27 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ |