aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 15:10:56 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 15:10:56 +0100
commit427f42c41885c29d6859ebd947817af10ebb09ee (patch)
tree6b7c24066d49a412742cf08aabe574bbb38a5d90 /inc/cub3d_defines.h
parentPreparing to parse the darkness (diff)
download42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.gz
42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.bz2
42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.xz
42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.zst
42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.zip
Best parser
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r--inc/cub3d_defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 71c7baf..01b4ec9 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -138,6 +138,8 @@ enum
# define FT_ERR_ARGS "too many or to few arguments"
# define FT_ERR_RES_SMALL "resolution is too small, 50x50 minimum pls"
# define FT_ERR_RES_ALPHA "resolution should be digits only"
+# define FT_ERR_SH_ALPHA "shadow amount should be digits only"
+# define FT_ERR_SH_RANGE "shadow should be set between 0 - 10"
# define FT_ERR_NOT_A_CUB "given map is not a .cub"
# define FT_ERR_NOT_A_XPM "given texture is not a .xpm"
# define FT_ERR_NOT_A_WAV "given sound file is not a .wav"