feat: bridge

This commit is contained in:
mcolonna 2024-04-18 14:41:00 +02:00
parent 3ca6fb18b2
commit fb966caa48
23 changed files with 1189 additions and 728 deletions

View file

@ -6,7 +6,7 @@
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/10 18:13:05 by mcolonna #+# #+# */
/* Updated: 2024/04/12 17:50:50 by mcolonna ### ########.fr */
/* Updated: 2024/04/18 13:50:36 by mcolonna ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,6 +15,6 @@
# include "includes.h"
t_direction pathfinding(t_point start, t_point finish);
t_direction pathfinding(t_point start, t_point finish, bool solid_bridge);
#endif

View file

@ -6,7 +6,7 @@
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/07 23:00:45 by mcolonna #+# #+# */
/* Updated: 2024/04/17 13:19:54 by mcolonna ### ########.fr */
/* Updated: 2024/04/18 13:32:49 by mcolonna ### ########.fr */
/* */
/* ************************************************************************** */