merge test

This commit is contained in:
hugogogo
2022-04-25 13:35:25 +02:00
4 changed files with 38 additions and 16 deletions

View File

@@ -17,6 +17,12 @@
# define SCREEN_FOCAL 90
/* size of a cell on the map */
# define CELL 20
/* height of a wall without perpectiv */
# define WALL_HEIGHT 200
/*
* keys macro
*/
/*
* keys macro

View File

@@ -36,6 +36,7 @@ typedef struct s_rcast
t_vec screen_size;
t_vec ray;
t_vec wall;
int wall_height;
int screen_width;
int screen_height;
int cell;