1
0
cub3d/includes/cub3d.h

19 lines
956 B
C
Raw Normal View History

2024-09-10 16:27:06 +02:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cub3d.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: madumerg <madumerg@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/04 17:01:05 by madumerg #+# #+# */
2024-10-05 18:59:47 +02:00
/* Updated: 2024/10/05 14:30:04 by madumerg ### ########.fr */
2024-09-10 16:27:06 +02:00
/* */
/* ************************************************************************** */
#ifndef CUB3D_H
# define CUB3D_H
2024-09-12 13:01:04 +02:00
# include "parsing.h"
2024-09-10 16:27:06 +02:00
#endif