/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_save_to_bmp.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/29 20:50:35 by rbousset #+# #+# */ /* Updated: 2020/02/29 20:50:37 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #include <libft.h> #include <cub3d.h> void ft_save_to_bmp(void) { }