summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-10-29 13:53:19 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-10-29 13:53:19 +0100
commit61c5fb1e253f31d2faa3a0fc970ce4e18f32b205 (patch)
tree0220c5c8ad31d926c5a3223ef6ad7a341f309dd8 /include
parent55898db4a9cf2b5721279d665918fc0eaa02c1cc (diff)
pickup sound
Diffstat (limited to 'include')
-rw-r--r--include/asset_defs.h1
-rw-r--r--include/audio.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h
index a25da7c..78a73ca 100644
--- a/include/asset_defs.h
+++ b/include/asset_defs.h
@@ -51,6 +51,7 @@ Mix_Chunk* wav_reload_nova;
Mix_Chunk* wav_impact_zombie;
Mix_Chunk* wav_impact_wood;
Mix_Chunk* wav_error;
+Mix_Chunk* wav_collect;
void load_assets();
diff --git a/include/audio.h b/include/audio.h
index de76af8..4354e6e 100644
--- a/include/audio.h
+++ b/include/audio.h
@@ -18,6 +18,7 @@ typedef enum t_audio_event_type {
EVENT_BOUNCE_THROWABLE,
EVENT_EXPLODE_THROWABLE,
EVENT_IMPACT,
+ EVENT_COLLECT,
} audio_event_type;
typedef struct t_audio_event {