diff options
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 699dc6a..386f658 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -13,37 +13,10 @@ # ifndef CUB3D_H # define CUB3D_H +#include <cub3d_defines.h> +#include <cub3d_structs.h> #include <stddef.h> #include <stdint.h> -#include <cub3d_structs.h> - -# ifndef FT_W_KEY -# define FT_W_KEY 13 -# endif -# ifndef FT_A_KEY -# define FT_A_KEY 0 -# endif -# ifndef FT_S_KEY -# define FT_S_KEY 1 -# endif -# ifndef FT_D_KEY -# define FT_D_KEY 2 -# endif -# ifndef FT_L_ARR_KEY -# define FT_L_ARR_KEY 123 -# endif -# ifndef FT_R_ARR_KEY -# define FT_R_ARR_KEY 124 -# endif -# ifndef FT_ESC_KEY -# define FT_ESC_KEY 53 -# endif -# ifndef FT_F1_KEY -# define FT_F1_KEY 122 -# endif -# ifndef FT_SCR_SIZE -# define FT_SCR_SIZE "1920x1080" -# endif /* ** ret vals: |