mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
style: move consts header to src folder
This commit is contained in:
parent
7000634228
commit
38a05423dd
3 changed files with 10 additions and 10 deletions
|
|
@ -6,14 +6,14 @@
|
|||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/07/17 14:14:30 by kcolin #+# #+# */
|
||||
/* Updated: 2025/07/17 14:35:52 by kcolin ### ########.fr */
|
||||
/* Updated: 2025/07/17 14:55:29 by kcolin ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../libft/includes/libft.h"
|
||||
#include "../includes/structs.h"
|
||||
#include "../mlx/mlx.h"
|
||||
#include "../includes/cub3d_consts.h"
|
||||
#include "consts.h"
|
||||
#include "map/map_checker.h"
|
||||
#include "draw/draw_map.h"
|
||||
#include "utils/hooks.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue