Created parsing.c
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user