diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-10 20:06:19 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-10 20:06:19 +0100 |
commit | 358261a82bbc24ffdbe88ded3025e2cc21a3072f (patch) | |
tree | d02d640cf180b57cdf223c50122966dc04c0e5f5 /inc/cub3d.h | |
parent | eqwqyeuqwrqwreqrq (diff) | |
download | 42-cub3d-358261a82bbc24ffdbe88ded3025e2cc21a3072f.tar.gz 42-cub3d-358261a82bbc24ffdbe88ded3025e2cc21a3072f.tar.bz2 42-cub3d-358261a82bbc24ffdbe88ded3025e2cc21a3072f.tar.xz 42-cub3d-358261a82bbc24ffdbe88ded3025e2cc21a3072f.tar.zst 42-cub3d-358261a82bbc24ffdbe88ded3025e2cc21a3072f.zip |
changes
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index deecf0d..ceba8cd 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -39,7 +39,7 @@ # define FT_ESC_KEY 53 # endif # ifndef FT_SCR_SIZE -# define FT_SCR_SIZE 1920x1080 +# define FT_SCR_SIZE "1920x1080" # endif typedef struct s_win |