aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r--inc/cub3d_defines.h6
1 files changed, 4 insertions, 2 deletions
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 ======