diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:50:36 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:50:36 +0100 |
commit | fcf4c36c2027d268afd7925785e8588fcb2d920c (patch) | |
tree | ad08d56b5da3ddd89f58fd3796ece96176a3cbe3 /inc | |
parent | In progress, Makefile was bav back then (diff) | |
download | 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.tar.gz 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.tar.bz2 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.tar.xz 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.tar.zst 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.zip |
Not done
Diffstat (limited to '')
-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" |