should be qoutes around not system includes
This commit is contained in:
parent
1b307d24e2
commit
11aae23890
10
inc/cub3d.h
10
inc/cub3d.h
@ -3,10 +3,10 @@
|
|||||||
/* :::::::: */
|
/* :::::::: */
|
||||||
/* cub3d.h :+: :+: */
|
/* cub3d.h :+: :+: */
|
||||||
/* +:+ */
|
/* +:+ */
|
||||||
/* By: qmennen <qmennen@student.codam.nl> +#+ */
|
/* By: whaffman <whaffman@student.codam.nl> +#+ */
|
||||||
/* +#+ */
|
/* +#+ */
|
||||||
/* Created: 2025/04/15 12:22:29 by qmennen #+# #+# */
|
/* Created: 2025/04/15 12:22:29 by qmennen #+# #+# */
|
||||||
/* Updated: 2025/04/25 13:53:48 by whaffman ######## odam.nl */
|
/* Updated: 2025/05/02 16:59:28 by whaffman ######## odam.nl */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -33,9 +33,9 @@
|
|||||||
# define NUM_KEYS 256
|
# define NUM_KEYS 256
|
||||||
# define TILE_SIZE 16
|
# define TILE_SIZE 16
|
||||||
|
|
||||||
# include <MLX42.h>
|
# include "MLX42.h"
|
||||||
# include <libft.h>
|
# include "allowed.h"
|
||||||
# include <allowed.h>
|
# include "libft.h"
|
||||||
# include "types.h"
|
# include "types.h"
|
||||||
# include "errors.h"
|
# include "errors.h"
|
||||||
# include "vec_math.h"
|
# include "vec_math.h"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user