diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-05 17:26:10 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-05 17:26:10 +0100 |
commit | 08dce587032f08c5bfbc2790bdb2d668ca1990c1 (patch) | |
tree | a927bf674dfa6d1d3efd03ef06dfacb115ae238f /src/main.c | |
parent | map fix (diff) | |
download | 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.tar.gz 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.tar.bz2 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.tar.xz 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.tar.zst 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.zip |
int16_tamer
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ int ft_memdel((void**)&clist); return (1); } + ft_print_list(clist); ft_parse_map("map/map_one.cub", clist); if (ft_init_winlx(clist) < 0) return (ft_exit(3, clist)); |