mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
style: remove cub3d header from central includes folder
This commit is contained in:
parent
4ffc52b462
commit
8ec3f2e11c
11 changed files with 90 additions and 34 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/07/17 14:14:30 by kcolin #+# #+# */
|
||||
/* Updated: 2025/07/17 14:15:04 by kcolin ### ########.fr */
|
||||
/* Updated: 2025/07/17 14:24:45 by kcolin ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -15,7 +15,8 @@
|
|||
#include "../mlx/mlx.h"
|
||||
#include "../includes/maputils.h"
|
||||
#include "../includes/cub3d_consts.h"
|
||||
#include "../includes/cub3d.h"
|
||||
#include "draw/draw_map.h"
|
||||
#include "utils/hooks.h"
|
||||
#include <stdbool.h>
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/X.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue