infos affichees ajout zoom et deplacement
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#include "fdf.h"
|
||||
|
||||
int **parse_map(t_fdf *fdf)
|
||||
int **parse_map(t_fdf *fdf, char **av)
|
||||
{
|
||||
int **map;
|
||||
int i;
|
||||
int j;
|
||||
|
||||
(void)av;
|
||||
map = ft_calloc(10, sizeof(map));
|
||||
i = -1;
|
||||
while (++i < 10)
|
||||
|
||||
Reference in New Issue
Block a user