First shot on structures, First shot on option

option:
    Added options for help, debug, save, file using bgoulard lib
structures:
    Moved cub3d.h structures to cub3d_struct.h
    Added color, dpoint, ipoint, tile, cli, error
    Modified t_map, t_player to use previously mentioned struct :
	ipoint, dpoint, tyle
This commit is contained in:
B.Goulard 2024-11-09 01:53:22 +01:00
parent be6038dcc8
commit 8ee1c5f85a
14 changed files with 580 additions and 79 deletions

View file

@ -6,7 +6,7 @@
# By: bgoulard <bgoulard@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/12/05 09:04:05 by bgoulard #+# #+# #
# Updated: 2024/10/31 23:53:29 by bgoulard ### ########.fr #
# Updated: 2024/11/09 00:08:07 by bgoulard ### ########.fr #
# #
# **************************************************************************** #
@ -19,7 +19,7 @@ BOLD = "\\e[1m"
# Commands
CC = clang
NAME = ft_personal
NAME = ft
OUTDIR = ../build
TEST_NAME = tests_run