aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-18 17:28:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-18 17:28:48 +0100
commitb1e33121f7dc4e0c5fff3bc9e384018590371407 (patch)
tree55a466dc65cb69341301eb3410ad3a81763094d8 /inc/cub3d_defines.h
parentPlayer position fix (diff)
download42-cub3d-b1e33121f7dc4e0c5fff3bc9e384018590371407.tar.gz
42-cub3d-b1e33121f7dc4e0c5fff3bc9e384018590371407.tar.bz2
42-cub3d-b1e33121f7dc4e0c5fff3bc9e384018590371407.tar.xz
42-cub3d-b1e33121f7dc4e0c5fff3bc9e384018590371407.tar.zst
42-cub3d-b1e33121f7dc4e0c5fff3bc9e384018590371407.zip
Minimap back
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 e52eb7a..1aa380f 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -93,6 +93,7 @@ enum
# define FT_SFX_SCR_TWO_PATH "./media/sound/sfx/scream_two.wav"
# define FT_SFX_TRAP_PATH "./media/sound/sfx/trap.wav"
# define FT_DEATH_SCREEN_PATH "./media/img/death_screen.xpm"
+# define FT_HUD_BACK_PATH "./media/img/plate_small.xpm"
/*
** ====== SOUNDS ======
@@ -211,6 +212,7 @@ enum
# define FT_ERR_MISS_SFX_SCR_TWO "missing sound effect scream two"
# define FT_ERR_MISS_SFX_TRAP "missing sound effect trap"
# define FT_ERR_MISS_DEATH_SCREEN "missing death screen image"
+# define FT_ERR_MISS_HUD_BACK "missing HUD background image"
/*
** ====== OTHER ======