aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 16:30:47 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 16:30:47 +0100
commitbf2cce96c3c5657946070a07b8dcda5dad199481 (patch)
treeaf6bb51948d880494d7841c5e5da0f9aff862166 /Makefile
parentColors fix (diff)
download42-cub3d-bf2cce96c3c5657946070a07b8dcda5dad199481.tar.gz
42-cub3d-bf2cce96c3c5657946070a07b8dcda5dad199481.tar.bz2
42-cub3d-bf2cce96c3c5657946070a07b8dcda5dad199481.tar.xz
42-cub3d-bf2cce96c3c5657946070a07b8dcda5dad199481.tar.zst
42-cub3d-bf2cce96c3c5657946070a07b8dcda5dad199481.zip
Trying life bars
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c10947..1af8b6a 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ SRCS_NAME += ft_key_release.c
SRCS_NAME += ft_convert_keycode.c
SRCS_NAME += ft_key_loop.c
SRCS_NAME += ft_draw_hud.c
+SRCS_NAME += ft_draw_life_bar.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#