diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-31 16:19:22 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-31 16:19:22 +0200 |
commit | 2ea18fb7e893691389108ae7731e26576715ca13 (patch) | |
tree | c6a4ccfb785ff7289279d6b08997939c36b4c9ca /Makefile | |
parent | Good (diff) | |
download | 42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.tar.gz 42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.tar.bz2 42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.tar.xz 42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.tar.zst 42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.zip |
Alright sounds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |