mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
Continued parser
This commit is contained in:
parent
5bc41d1a1f
commit
1d16d66d89
5 changed files with 78 additions and 18 deletions
20
includes/cub3d_consts.h
Normal file
20
includes/cub3d_consts.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* cub3d_consts.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: tchampio <tchampio@student.42lehavre. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/06/06 17:42:23 by tchampio #+# #+# */
|
||||
/* Updated: 2025/06/06 17:43:19 by tchampio ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef CUB3D_CONSTS_H
|
||||
# define CUB3D_CONSTS_H
|
||||
|
||||
# define HEIGHT 800
|
||||
# define WIDTH 800
|
||||
# define RESSOURCE_DIR "ressources"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue