ajout des maps
This commit is contained in:
@@ -40,10 +40,12 @@ t_fdf *init_fdf(t_fdf *fdf)
|
||||
return (fdf);
|
||||
}
|
||||
|
||||
int main(void)
|
||||
int main(int ac, char **av)
|
||||
{
|
||||
t_fdf *fdf;
|
||||
|
||||
(void)ac;
|
||||
(void)av;
|
||||
fdf = malloc(sizeof(t_fdf));
|
||||
fdf->map = parse_map(fdf);
|
||||
fdf = init_fdf(fdf);
|
||||
|
||||
Reference in New Issue
Block a user