From 3843a3acf8553e3a01f3c2b80410ccf69142e23f Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 17 Feb 2020 19:14:45 +0100 Subject: Multi-key in progress --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9664724..13238d9 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,8 @@ SRCS_NAME += ft_tex_init.c SRCS_NAME += ft_detect.c SRCS_NAME += ft_check_ext.c SRCS_NAME += ft_draw_textures.c +SRCS_NAME += ft_key_release.c +SRCS_NAME += ft_convert_keycode.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3