diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 15:21:21 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 15:21:21 +0100 |
commit | c0264d533fc95639c8eeb570d131746f67d64fe9 (patch) | |
tree | a8e65f808c8c88060a3e22a130c8963e546619de /Makefile | |
parent | removed bloat (diff) | |
download | 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.gz 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.bz2 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.xz 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.zst 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.zip |
Removed skybox related bloat
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -39,7 +39,6 @@ SRCS_NAME += ft_get_tex_nl.c SRCS_NAME += ft_get_tex_extra.c SRCS_NAME += ft_get_path_nl.c SRCS_NAME += ft_get_nlvl_pos.c -SRCS_NAME += ft_get_skybox.c SRCS_NAME += ft_get_player_spawn.c SRCS_NAME += ft_get_music.c SRCS_NAME += ft_get_darkness.c @@ -57,7 +56,6 @@ SRCS_NAME += ft_draw_square.c SRCS_NAME += ft_draw_circle.c SRCS_NAME += ft_draw_map.c SRCS_NAME += ft_draw_scene.c -SRCS_NAME += ft_draw_skybox.c SRCS_NAME += ft_basic_keys.c SRCS_NAME += ft_extra_keys.c SRCS_NAME += ft_wall_cast.c |