From 7a5632ab67f95c561ce22a19352e963af3077a5b Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 26 Feb 2020 18:21:47 +0100 Subject: Added screen capture from cub3d --- include/fractol.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/fractol.h b/include/fractol.h index c46e350..b1e22dc 100644 --- a/include/fractol.h +++ b/include/fractol.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/24 09:28:16 by cacharle #+# #+# */ -/* Updated: 2020/02/26 13:23:33 by cacharle ### ########.fr */ +/* Updated: 2020/02/26 18:15:38 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -26,7 +26,7 @@ # define WINDOW_TITLE "fractol" -# define FRACTOL_RESOLUTION_MEDIUM +# define FRACTOL_RESOLUTION_HIGH # ifdef FRACTOL_RESOLUTION_HIGH # define WINDOW_WIDTH 1600 @@ -56,6 +56,7 @@ # define MLXK_S 1 # define MLXK_E 14 # define MLXK_R 15 +# define MLXK_C 8 # define MLXK_PLUS 24 # define MLXK_MINUS 27 -- cgit