From e398fe987db313e53768faf526a06dbaba9c27c9 Mon Sep 17 00:00:00 2001 From: James O'Neill Date: Mon, 4 Mar 2024 20:31:58 +0900 Subject: [PATCH] Add function prototype for S_SetUnderwaterIntensity --- snd_main.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snd_main.h b/snd_main.h index 23541bcc1..1ce9e1693 100644 --- a/snd_main.h +++ b/snd_main.h @@ -153,6 +153,8 @@ extern qbool simsound; // Architecture-independent functions // ==================================================================== +void S_SetUnderwaterIntensity(void); + void S_MixToBuffer(void *stream, unsigned int frames); qbool S_LoadSound (struct sfx_s *sfx, qbool complain);