aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-02 00:33:11 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-02 00:33:11 +0100
commitfc61b9019c867c88868da308fd2d0bfce7408c7f (patch)
tree31ca264c2f2cc61613d38a0ffa91e1894e691f53 /Makefile
parentAnother song (diff)
download42-cub3d-fc61b9019c867c88868da308fd2d0bfce7408c7f.tar.gz
42-cub3d-fc61b9019c867c88868da308fd2d0bfce7408c7f.tar.bz2
42-cub3d-fc61b9019c867c88868da308fd2d0bfce7408c7f.tar.xz
42-cub3d-fc61b9019c867c88868da308fd2d0bfce7408c7f.tar.zst
42-cub3d-fc61b9019c867c88868da308fd2d0bfce7408c7f.zip
in progress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5c57ff6..9aee1f4 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ SRCS_NAME += ft_get_tex_nl.c
SRCS_NAME += ft_get_path_nl.c
SRCS_NAME += ft_get_nlvl_pos.c
SRCS_NAME += ft_get_player_spawn.c
+SRCS_NAME += ft_get_music.c
SRCS_NAME += ft_set_minimap_scale.c
SRCS_NAME += ft_check_missing.c
SRCS_NAME += ft_check_not_found.c
@@ -68,6 +69,7 @@ SRCS_NAME += ft_draw_sprite.c
SRCS_NAME += ft_warp_level.c
SRCS_NAME += ft_save_to_bmp.c
SRCS_NAME += ft_treat_args.c
+SRCS_NAME += ft_init_funptr.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#