/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_click_close.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #include #include #include #include int ft_click_close(int keycode, t_cub *clist) { (void)keycode; clist->clickclose = 1; return (ft_exit(0, clist)); }