aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1ce2372..33a509d 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,10 @@ SRCS_NAME += ft_death_screen.c
SRCS_NAME += ft_death_hooks.c
SRCS_NAME += ft_init_sprites.c
SRCS_NAME += ft_get_fps_count.c
+SRCS_NAME += ft_get_heal_spawn.c
+SRCS_NAME += ft_draw_heals.c
+SRCS_NAME += ft_draw_heals_extra.c
+SRCS_NAME += ft_find_item.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#