diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index b7d49a7..b19eae6 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -144,9 +144,9 @@ typedef struct s_cub pthread_t tid; int (*key_ptr[6])(struct s_cub*); int8_t (*get_ptr[11])(char**, struct s_cub*); - struct s_win *wlist; - struct s_player *plist; - struct s_map *mlist; + struct s_win wlist; + struct s_player plist; + struct s_map mlist; struct s_ray rlist; struct s_img img; struct s_rgb f_rgb; |