diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 6c9d380..6dcd67b 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -52,9 +52,9 @@ typedef struct s_win typedef struct s_player { - size_t pos_x; - size_t pos_y; - uint8_t view_side; + float pos_x; + float pos_y; + float view_side; } t_player; typedef struct s_cub |