diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 19:07:38 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 19:07:38 +0100 |
commit | 8c3b79c41048539d01f689d2fd3262b9b08ed00b (patch) | |
tree | 8caf2d580961f59d35dd7df70a7825c79f1a6706 /Makefile | |
parent | Added player list (diff) | |
download | 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.tar.gz 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.tar.bz2 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.tar.xz 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.tar.zst 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.zip |
Parsed player spawn
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ SRCS_NAME += ft_get_tex.c SRCS_NAME += ft_get_sprite.c SRCS_NAME += ft_get_colors.c SRCS_NAME += ft_get_map.c +SRCS_NAME += ft_get_player_spawn.c SRCS_NAME += ft_check_missing.c SRCS_NAME += ft_check_map_line.c SRCS_NAME += ft_free_words.c |