]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_main.h
physics: fix and refactor unsticking
[xonotic/darkplaces.git] / snd_main.h
index 23541bcc15bcaaddee3cc069f629d7d62374ea6f..1ce9e1693ebf1c5a4ef31d0be142ebce90e61ac6 100644 (file)
@@ -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);