18 lines
993 B
C
18 lines
993 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* gameover.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* 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
|