mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
style: remove mlx & libft headers from central includes folder
This commit is contained in:
parent
d7efc43f12
commit
4ffc52b462
8 changed files with 20 additions and 235 deletions
|
|
@ -6,14 +6,13 @@
|
|||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/07/17 13:59:27 by kcolin #+# #+# */
|
||||
/* Updated: 2025/07/17 14:00:01 by kcolin ### ########.fr */
|
||||
/* Updated: 2025/07/17 14:18:05 by kcolin ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../includes/cub3d_consts.h"
|
||||
#include "../../includes/structs.h"
|
||||
#include "../../mlx/mlx.h"
|
||||
#include "../../includes/libft.h"
|
||||
#include "../../libft/includes/libft.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
void free_tab(char **tab)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue