diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 15:12:52 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 15:12:52 +0100 |
commit | a1e2fbb1502564a7d49a47ca1949aeec83ea67b2 (patch) | |
tree | 36a4068779ca81b81d14281a36d338034c36917d /Makefile | |
parent | Smooth (diff) | |
download | 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.tar.gz 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.tar.bz2 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.tar.xz 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.tar.zst 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.zip |
New function, trying to close properly
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ INCS = cub3d.h SRCS_NAME = main.c SRCS_NAME += ft_init_lists.c SRCS_NAME += ft_key_events.c +SRCS_NAME += ft_click_close.c SRCS_NAME += ft_exit.c SRCS_NAME += ft_drawsquare.c SRCS_NAME += ft_parse_map.c |