aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-13 01:44:22 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-13 01:44:22 +0100
commitb744a677218df528502b5eb769a52ef294ebbac6 (patch)
tree9e3f733698197d975c26e838e73e4283b02a87c8 /inc/cub3d_structs.h
parentReduced musics volume (diff)
download42-cub3d-b744a677218df528502b5eb769a52ef294ebbac6.tar.gz
42-cub3d-b744a677218df528502b5eb769a52ef294ebbac6.tar.bz2
42-cub3d-b744a677218df528502b5eb769a52ef294ebbac6.tar.xz
42-cub3d-b744a677218df528502b5eb769a52ef294ebbac6.tar.zst
42-cub3d-b744a677218df528502b5eb769a52ef294ebbac6.zip
Added sound effects files
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index dd652ee..e1ca235 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -55,6 +55,17 @@ typedef struct s_bmp_info
uint32_t colors_important;
} t_bmp_info;
+typedef struct s_sfx
+{
+ char **death;
+ char **footstep_one;
+ char **footstep_two;
+ char **new_lvl;
+ char **pain_one;
+ char **pain_two;
+ char **trap;
+} t_sfx;
+
typedef struct s_bmp_rgb
{
uint8_t r;