From 72c24e8e0985b375c572e98446b1dd9fe49464cc Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Tue, 4 Feb 2020 20:27:37 +0100 Subject: Ok colors --- inc/cub3d.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc') 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); -- cgit v1.2.3