From 07ce2cc784a0d420fbc807244847b55389427f6c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 4 Apr 2020 17:31:04 +0200 Subject: Selectable enemy --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43c90e2..bc05164 100644 --- a/Makefile +++ b/Makefile @@ -135,6 +135,7 @@ SRCS_NAME += ft_sfx_bb_death.c SRCS_NAME += ft_sfx_bb_scream.c SRCS_NAME += ft_sfx_bb_fire.c SRCS_NAME += ft_can_it_shoot.c +SRCS_NAME += ft_tex_bad_boy_init.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3