diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-04 20:27:37 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-04 20:27:37 +0100 |
commit | 72c24e8e0985b375c572e98446b1dd9fe49464cc (patch) | |
tree | 9c3b57358466fbd720cdf5116b92371cf6b57b2d /inc | |
parent | new func (diff) | |
download | 42-cub3d-72c24e8e0985b375c572e98446b1dd9fe49464cc.tar.gz 42-cub3d-72c24e8e0985b375c572e98446b1dd9fe49464cc.tar.bz2 42-cub3d-72c24e8e0985b375c572e98446b1dd9fe49464cc.tar.xz 42-cub3d-72c24e8e0985b375c572e98446b1dd9fe49464cc.tar.zst 42-cub3d-72c24e8e0985b375c572e98446b1dd9fe49464cc.zip |
Ok colors
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 3 |
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); |