Fix: no longer launch window in case of parse error, catch error on multiple player in map

This commit is contained in:
Baptiste Goulard coderc de lacam 2024-12-20 16:02:08 +01:00
parent b26a84b9bb
commit 4d2b8cb60b
7 changed files with 70 additions and 21 deletions

View file

@ -6,7 +6,7 @@
/* By: bgoulard <bgoulard@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/12/16 06:09:01 by bgoulard #+# #+# */
/* Updated: 2024/12/16 15:34:31 by bgoulard ### ########.fr */
/* Updated: 2024/12/20 15:57:10 by bgoulard ### ########.fr */
/* */
/* ************************************************************************** */
@ -30,4 +30,6 @@ bool ft_inrange_ex(int value, int min, int max);
/// @return true if the value is in the range, false otherwise
bool ft_inrange(int value, int min, int max);
void *ft_strchrs(const char *str, const char *chrs);
#endif