/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* cub3d.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos # include # include # include "../lib/mlx/include/MLX42/MLX42.h" # include "../lib/libft/libft.h" # include "../lib/ft_printf/ft_printf.h" # include "../lib/gnl/get_next_line.h" # define S_W 800 # define S_H 600 # define FOV 60 # define PLAYER_SPEED 3 // Functions int read_map(char *av, t_data *map, int *count); #endif