diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-03-10 16:16:08 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-03-10 16:16:08 +0100 |
commit | 0d589d0038624e3123e6166f6521d1421dd69b23 (patch) | |
tree | 26db0ad344a9c730192eea0bff01bb410ba225b7 /inc/cub3d_defines.h | |
parent | still retard (diff) | |
parent | ok now (diff) | |
download | 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.tar.gz 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.tar.bz2 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.tar.xz 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.tar.zst 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.zip |
merge master
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r-- | inc/cub3d_defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index b3dd986..edc3dec 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -162,6 +162,7 @@ enum # define FT_ERR_RD_EA "could not find east side texture file" # define FT_ERR_RD_WE "could not find west side texture file" # define FT_ERR_RD_SP "could not find sprite texture file" +# define FT_ERR_RD_SB "could not find skybox file" # 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" |