From a8444907257b7a46b7b2cb9ee49c20fe82b8789e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 24 Jan 2020 18:35:49 +0100 Subject: Correct --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3798958..cdffb1a 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ SRCS_NAME += ft_drawsquare.c SRCS_NAME += ft_parse_map.c SRCS_NAME += ft_get_res.c SRCS_NAME += ft_get_tex.c +SRCS_NAME += ft_get_sprite_tex.c SRCS_NAME += ft_free_words.c SRCS_NAME += ft_map_error.c SRCS_NAME += ft_init_winlx.c -- cgit v1.2.3