/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* gameover.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: mcolonna +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/04/16 19:52:08 by mcolonna #+# #+# */ /* Updated: 2024/04/17 13:46:08 by mcolonna ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef GAMEOVER_H # define GAMEOVER_H void gameover_byfirskattack(t_character *character); #endif