Created parsing.c

This commit is contained in:
2025-11-25 19:52:19 +01:00
parent 110d82cfaa
commit 36e46e0073
2 changed files with 68 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cub3d.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */
/* Updated: 2025/11/25 19:50:36 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef CUB3D_H
@@ -17,4 +28,10 @@
# define PLAYER_SPEED 3
// Functions
int read_map(char *av, t_data *map, int *count);
#endif