feat: gameover with firsk attack

This commit is contained in:
mcolonna 2024-04-16 20:05:11 +02:00
parent a492a9a411
commit 3ca6fb18b2
70 changed files with 14324 additions and 46 deletions

View file

@ -0,0 +1,18 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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