manque partie texture

This commit is contained in:
ReverseSky 2024-10-14 17:06:45 +02:00
parent f89c74cd68
commit a8ad4d01b0
5 changed files with 243 additions and 172 deletions

View file

@ -6,13 +6,13 @@
# By: greg <greg@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/07/29 13:08:42 by greg #+# #+# #
# Updated: 2024/10/09 03:07:50 by greg ### ########.fr #
# Updated: 2024/10/14 15:33:53 by greg ### ########.fr #
# #
# **************************************************************************** #
NAME = cub3d
SRC = algo.c
SRC = algo.c move.c render.c
OBJS = ${SRC:.c=.o}