diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 14:33:56 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 14:33:56 +0100 |
commit | 81797a91ba7fee37e8c52ae7c962622033b275ce (patch) | |
tree | 494ae888344b835c690092fd7ce08d55436ae3bd | |
parent | Renamed minilibx (diff) | |
download | 42-cub3d-81797a91ba7fee37e8c52ae7c962622033b275ce.tar.gz 42-cub3d-81797a91ba7fee37e8c52ae7c962622033b275ce.tar.bz2 42-cub3d-81797a91ba7fee37e8c52ae7c962622033b275ce.tar.xz 42-cub3d-81797a91ba7fee37e8c52ae7c962622033b275ce.tar.zst 42-cub3d-81797a91ba7fee37e8c52ae7c962622033b275ce.zip |
Added 101 header
-rw-r--r-- | src/ft_set_minimap_scale.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ft_set_minimap_scale.c b/src/ft_set_minimap_scale.c index 5a69c18..883e524 100644 --- a/src/ft_set_minimap_scale.c +++ b/src/ft_set_minimap_scale.c @@ -1,3 +1,16 @@ +/* ************************************************************************** */ +/* LE - / */ +/* / */ +/* ft_set_minimap_scale.c .:: .:/ . .:: */ +/* +:+:+ +: +: +:+:+ */ +/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2020/02/09 14:33:30 by rbousset #+# ## ## #+# */ +/* Updated: 2020/02/09 14:33:31 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include <cub3d.h> void |