diff options
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r-- | inc/cub3d_defines.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index f5cfd8a..ec990a4 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -18,13 +18,13 @@ */ enum { - RET_FINE, - RET_NO_ARGV, - RET_FAILED_STRUCTS, - RET_FAILED_MLX, - RET_MAP_ERROR, - RET_NO_MAP, - RET_READ_ERROR + FT_RET_FINE, + FT_RET_BAD_ARGV, + FT_RET_FAILED_STRUCTS, + FT_RET_FAILED_MLX, + FT_RET_MAP_ERROR, + FT_RET_NO_MAP, + FT_RET_READ_ERROR } retvals; /* |