diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 22:13:50 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 22:13:50 +0100 |
commit | cccc0c25b903599c081e3216b4fad1b3c7507b28 (patch) | |
tree | cf3292367f16eebe5f1c6cf7445978f095e4eb8f /Makefile | |
parent | The og OOP (diff) | |
download | 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.gz 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.bz2 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.xz 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.zst 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.zip |
SoundsGoodMan
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ SRCS_NAME += ft_get_weapon_spawn.c SRCS_NAME += ft_draw_weapons.c SRCS_NAME += ft_draw_weapons_extra.c SRCS_NAME += ft_draw_handweap.c +SRCS_NAME += ft_switch_weapons.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |