From 2ea18fb7e893691389108ae7731e26576715ca13 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 31 Mar 2020 16:19:22 +0200 Subject: Alright sounds --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e1f212..3098ef9 100644 --- a/Makefile +++ b/Makefile @@ -131,6 +131,9 @@ SRCS_NAME += ft_bad_boy_actions.c SRCS_NAME += ft_select_bad_boy_action.c SRCS_NAME += ft_collision.c SRCS_NAME += ft_damage_bad_boy.c +SRCS_NAME += ft_sfx_bb_death.c +SRCS_NAME += ft_sfx_bb_scream.c +SRCS_NAME += ft_sfx_bb_fire.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3