mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
removed leaks
This commit is contained in:
parent
c1484d2d3c
commit
2c009b5469
10 changed files with 67 additions and 31 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: tchampio <tchampio@student.42lehavre.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/06/21 19:34:43 by tchampio #+# #+# */
|
||||
/* Updated: 2025/06/21 19:47:07 by tchampio ### ########.fr */
|
||||
/* Updated: 2025/06/25 17:57:24 by tchampio ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -43,5 +43,6 @@ int copy_old_map(t_mapdata *map, char **newmap,
|
|||
void add_map_line(const char *line, t_mapdata *map);
|
||||
void print_map(char **map);
|
||||
bool check_cubfile(char *file, t_mapdata *map);
|
||||
void free_map(t_mapdata *map);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue