]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
Don't crash the game if a "nasty" -game name is rejected, matches behavior of missing...
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 4da72a1ef0219eb57e926c796447473dbcebf2bd..288b475c99f3d7a8d6445d48642867cc6b0d4856 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -117,5 +117,6 @@ void S_UnblockSound (void);
 
 int S_GetSoundRate (void);
 int S_GetSoundChannels (void);
+int S_GetSoundWidth (void);
 
 #endif