diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 13:28:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 13:28:52 +0100 |
commit | f57f187a59840d07cd47058022c44d464ad76522 (patch) | |
tree | 22d7e5be602a8dbd21999e43760a1fc0d0b0fdb7 /Makefile | |
parent | INTENSE mapping (diff) | |
download | 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.gz 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.bz2 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.xz 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.zst 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.zip |
Loaded weapon images needs to memory
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ SRCS_NAME += ft_get_heal_spawn.c SRCS_NAME += ft_draw_heals.c SRCS_NAME += ft_draw_heals_extra.c SRCS_NAME += ft_find_item.c +SRCS_NAME += ft_tex_weap_init.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |