Commit graph

4 commits

Author SHA1 Message Date
Baptiste GOULARD
e4d2dfda21 feat: added maps, added readfile to parsing 2024-11-12 11:30:30 +01:00
B.Goulard
4db733648e feat: finished base framework to test mlx ideas 2024-11-12 06:22:27 +01:00
B.Goulard
15d7738baf fix: fixed double free on cleanup call -> used ft_free to set ptr to
null
2024-11-11 21:42:41 +01:00
B.Goulard
8ee1c5f85a 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
2024-11-09 01:53:22 +01:00