diff options
Diffstat (limited to 'src/client/snd_local.h')
-rw-r--r-- | src/client/snd_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/snd_local.h b/src/client/snd_local.h index 53ddbca4..4cf31774 100644 --- a/src/client/snd_local.h +++ b/src/client/snd_local.h @@ -205,6 +205,7 @@ qboolean S_LoadSound( sfx_t *sfx ); void SND_free(sndBuffer *v); sndBuffer* SND_malloc( void ); void SND_setup( void ); +void SND_shutdown(void); void S_PaintChannels(int endtime); |