aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index b9256e9..ce4c658 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -91,7 +91,8 @@ typedef struct s_cub
struct s_win *wlist;
struct s_player *plist;
struct s_img img;
- struct s_rgb rgb;
+ struct s_rgb f_rgb;
+ struct s_rgb c_rgb;
} t_cub;
t_win *ft_init_win(void);