diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 16:43:11 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 16:43:11 +0100 |
commit | 6cb1abce1e514d6446511c1a038dbee4f4301cf7 (patch) | |
tree | 250b8bdc0e91394ae751752ae1400c656b2abeb4 /inc/cub3d_defines.h | |
parent | Compiles (diff) | |
download | 42-cub3d-6cb1abce1e514d6446511c1a038dbee4f4301cf7.tar.gz 42-cub3d-6cb1abce1e514d6446511c1a038dbee4f4301cf7.tar.bz2 42-cub3d-6cb1abce1e514d6446511c1a038dbee4f4301cf7.tar.xz 42-cub3d-6cb1abce1e514d6446511c1a038dbee4f4301cf7.tar.zst 42-cub3d-6cb1abce1e514d6446511c1a038dbee4f4301cf7.zip |
defines
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 ====== */ |