From 5db7c4f7d445373d92c41a7cc9aa667e223e5507 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 4 Mar 2020 15:21:10 +0100 Subject: tryna save --- inc/cub3d_defines.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'inc/cub3d_defines.h') diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index 66303ab..ed57f3e 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -22,9 +22,10 @@ enum FT_RET_BAD_ARGV, FT_RET_FAILED_STRUCTS, FT_RET_FAILED_MLX, - FT_RET_MAP_ERROR, + FT_RET_MAP_ERR, FT_RET_NO_MAP, - FT_RET_READ_ERROR + FT_RET_READ_ERR, + FT_RET_BMP_ERR } retvals; /* @@ -140,6 +141,7 @@ enum # define FT_ERR_RD_NL_TEX "could not find next level texture file" # define FT_ERR_RD_NL_MAP "could not find next level map file" # define FT_ERR_RD_MUSIC "could not find music file" +# define FT_ERR_WR_BMP "could not export to bmp" /* ** ====== MISSING ERROR MSG ====== -- cgit v1.2.3