ça compile vraiment mtn

This commit is contained in:
Etienne Rey-bethbeder
2023-05-03 12:47:24 +02:00
parent 78b858658a
commit 2614e35690
88 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/26 12:59:53 by erey-bet #+# #+# */
/* Updated: 2023/04/28 16:23:57 by erey-bet ### ########.fr */
/* Updated: 2023/05/03 12:47:12 by erey-bet ### ########.fr */
/* */
/* ************************************************************************** */
@ -16,7 +16,8 @@ int start_game(t_map *map)
{
t_game game;
if (init(map, &game))
init(map, &game);
if (!game.mlx)
return (1);
game.window = mlx_new_image(game.mlx, WIDTH, HEIGHT);
if (!game.window)

BIN
game/game.o Normal file

Binary file not shown.

BIN
game/init.o Normal file

Binary file not shown.

BIN
game/manage.o Normal file

Binary file not shown.

BIN
game/manage_keys.o Normal file

Binary file not shown.

BIN
game/raycasting.o Normal file

Binary file not shown.