feat: gameover with firsk attack
This commit is contained in:
parent
a492a9a411
commit
3ca6fb18b2
70 changed files with 14324 additions and 46 deletions
|
|
@ -6,13 +6,21 @@
|
|||
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/02 13:39:54 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/04/09 14:45:55 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/04/17 13:17:59 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef MAIN_H
|
||||
# define MAIN_H
|
||||
|
||||
typedef struct s_loopfunctions
|
||||
{
|
||||
void (*loop)(void);
|
||||
void (*draw)(void);
|
||||
} t_loopfunctions;
|
||||
|
||||
extern t_loopfunctions g_loopfunctions;
|
||||
|
||||
int main(int argc, t_const_string *argv);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue