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