feat: gameover with firsk attack
This commit is contained in:
parent
a492a9a411
commit
3ca6fb18b2
70 changed files with 14324 additions and 46 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/07 23:00:45 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/04/15 17:50:29 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/04/17 13:19:54 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -25,9 +25,9 @@ typedef struct s_room
|
|||
|
||||
void room_init(t_const_string path);
|
||||
|
||||
void room_loop(t_room room);
|
||||
void room_loop(void);
|
||||
|
||||
void room_draw(t_room room);
|
||||
void room_draw(void);
|
||||
|
||||
void room_free(t_room room);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue