feat: gameover with firsk attack
This commit is contained in:
parent
a492a9a411
commit
3ca6fb18b2
70 changed files with 14324 additions and 46 deletions
18
includes/gameover/gameover.h
Normal file
18
includes/gameover/gameover.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue