cub3d/includes/cub3d_consts.h

22 lines
1 KiB
C
Raw Normal View History

2025-06-06 18:38:21 +02:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cub3d_consts.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tchampio <tchampio@student.42lehavre. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/06/06 17:42:23 by tchampio #+# #+# */
2025-07-10 12:04:17 +02:00
/* Updated: 2025/07/10 12:02:18 by tchampio ### ########.fr */
2025-06-06 18:38:21 +02:00
/* */
/* ************************************************************************** */
#ifndef CUB3D_CONSTS_H
# define CUB3D_CONSTS_H
# define HEIGHT 800
# define WIDTH 800
# define RESSOURCE_DIR "ressources"
2025-07-10 12:04:17 +02:00
# define MOVEMENT_SPEED 0.01
2025-06-06 18:38:21 +02:00
#endif