summaryrefslogtreecommitdiff
path: root/src/sfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfx.h')
-rw-r--r--src/sfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfx.h b/src/sfx.h
index a37b22c..48d797b 100644
--- a/src/sfx.h
+++ b/src/sfx.h
@@ -48,6 +48,6 @@ typedef struct sfx_t {
extern sfx_t sfx;
void sfx_init(void);
-void sfx_play(sfx_sound_t *sound);
+void sfx_play(sfx_sound_t *sound, float volume);
#endif
© All Rights Reserved