「🚧」 test: testing things, might broke.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: madumerg <madumerg@42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/04 17:01:05 by madumerg #+# #+# */
|
||||
/* Updated: 2024/09/07 17:48:56 by madumerg ### ########.fr */
|
||||
/* Updated: 2024/09/11 14:54:17 by madumerg ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -19,10 +19,16 @@
|
||||
# include <math.h>
|
||||
# include <unistd.h>
|
||||
# include <fcntl.h>
|
||||
# include <stdio.h>
|
||||
|
||||
int check_format_file(char *file);
|
||||
int check_err_arg(int argc, char **argv);
|
||||
|
||||
char **parse_map(char *map);
|
||||
int err_mess(char *str);
|
||||
|
||||
int verif_all_map(char **map);
|
||||
int verif_char(char c);
|
||||
int check_char_map(char **map);
|
||||
void convert_white_s(char *str);
|
||||
#endif
|
||||
|
@ -6,7 +6,7 @@
|
||||
/* By: madumerg <madumerg@42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/04 21:59:56 by madumerg #+# #+# */
|
||||
/* Updated: 2024/09/07 19:13:20 by madumerg ### ########.fr */
|
||||
/* Updated: 2024/09/11 14:18:39 by madumerg ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -20,5 +20,6 @@
|
||||
|
||||
#define NOT_CLOSE "The map isn't closed"
|
||||
#define ERR_PLAYER "Incorrect number of players"
|
||||
#define WRONG_CHAR "Invalid character in the map"
|
||||
|
||||
//for permission
|
||||
|
Reference in New Issue
Block a user