mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
norm: removed unused code
This commit is contained in:
parent
3cc73fc8ce
commit
6fe6eb0a9a
4 changed files with 2 additions and 140 deletions
12
src/consts.h
12
src/consts.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue