norm: removed unused code

This commit is contained in:
Theo Champion 2025-07-31 11:28:53 +02:00
parent 3cc73fc8ce
commit 6fe6eb0a9a
4 changed files with 2 additions and 140 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:54:36 by kcolin #+# #+# */
/* Updated: 2025/07/30 16:38:32 by tchampio ### ########.fr */
/* Updated: 2025/07/31 11:29:13 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -18,16 +18,6 @@
# define SIZE 64
# define MAP_SIZE 20
extern const float g_north;
extern const float g_south;
extern const float g_east;
extern const float g_west;
extern const float g_northwest;
extern const float g_northeast;
extern const float g_southwest;
extern const float g_southeast;
# define RESSOURCE_DIR "ressources"
# define MOVEMENT_SPEED 0.1
# define ROTATION_SPEED 0.1