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
|
|
@ -1,17 +1,17 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* cub3d_consts.h :+: :+: :+: */
|
||||
/* consts.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: tchampio <tchampio@student.42lehavre. +#+ +:+ +#+ */
|
||||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/06/06 17:42:23 by tchampio #+# #+# */
|
||||
/* Updated: 2025/07/15 10:32:13 by tchampio ### ########.fr */
|
||||
/* Created: 2025/07/17 14:54:36 by kcolin #+# #+# */
|
||||
/* Updated: 2025/07/17 14:57:09 by kcolin ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef CUB3D_CONSTS_H
|
||||
# define CUB3D_CONSTS_H
|
||||
#ifndef CONSTS_H
|
||||
# define CONSTS_H
|
||||
|
||||
# define HEIGHT 800
|
||||
# define WIDTH 800
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/07/17 14:22:57 by kcolin #+# #+# */
|
||||
/* Updated: 2025/07/17 14:28:18 by kcolin ### ########.fr */
|
||||
/* Updated: 2025/07/17 14:55:42 by kcolin ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../includes/cub3d_consts.h"
|
||||
#include "../consts.h"
|
||||
#include "../../includes/structs.h"
|
||||
#include "frees.h"
|
||||
#include <X11/keysym.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue