diff options
Diffstat (limited to 'src/sfx.h')
-rw-r--r-- | src/sfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |