Free file

This commit is contained in:
2025-11-28 20:14:02 +01:00
parent ca206e7872
commit 9ee4fca7a1
2 changed files with 74 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */
/* Updated: 2025/11/28 20:00:36 by aortigos ### ########.fr */
/* Updated: 2025/11/28 20:13:53 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -30,9 +30,18 @@
// Functions
// parsing.c
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);
//frees.c
void freetl(char *ture, char *line, int fd);
void free_map(t_data *data);
void free_m(t_mlx *mlx);
void freelist(t_turelist **txture);
#endif