/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_get_sprite_spawns.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #include #include #include void ft_get_spawns(t_cub *cl) { ft_get_player_spawn(&cl->plist, cl); ft_get_sprite_spawn(cl); }