diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_defines.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index c0d3355..4ce875b 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -110,6 +110,14 @@ enum # endif /* +** ====== BMP ====== +*/ + +# ifndef FT_BMP_SAVE_DIR +# define FT_BMP_SAVE_DIR "./" +# endif + +/* ** ====== MAP ERROR MSG ====== */ |