This commit is contained in:
Gregory Robledo 2024-10-29 14:23:48 +01:00
parent 8e650871e7
commit b593057cd5

4
algo.c
View file

@ -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();