Parser fixes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */
|
||||
/* Updated: 2025/11/25 19:50:36 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/11/28 20:00:36 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -30,8 +30,9 @@
|
||||
|
||||
// Functions
|
||||
|
||||
int read_map(char *av, t_data *map, int *count);
|
||||
|
||||
|
||||
int read_map(char *av, t_data *map, int *count);
|
||||
void get_x_y_player(t_data *data);
|
||||
int check_extension_map(char *file);
|
||||
int parsing(int ac, char **av, t_data *data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user