repush
This commit is contained in:
parent
8e650871e7
commit
b593057cd5
1 changed files with 3 additions and 1 deletions
4
algo.c
4
algo.c
|
@ -6,7 +6,7 @@
|
|||
/* By: grobledo <grobledo@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/01 16:24:58 by grobledo #+# #+# */
|
||||
/* Updated: 2024/10/24 14:37:04 by grobledo ### ########.fr */
|
||||
/* Updated: 2024/10/29 14:23:34 by grobledo ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
@ -77,6 +77,8 @@ static int loop_hook(void *param)
|
|||
return (0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
g_mlx = mlx_init();
|
||||
|
|
Loading…
Add table
Reference in a new issue