X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=sound.h;h=19f7e126b4a26f1f2e701465087423c8426f6efb;hb=9e10334c3d85c0ff3630fe015f40b5c5a227668a;hp=24961705b48d45b76bcdd8b0531609cb774e6d13;hpb=0cf2622e2b4e005dfc7b33e56889736234dbdae5;p=xonotic%2Fdarkplaces.git diff --git a/sound.h b/sound.h index 24961705..19f7e126 100644 --- a/sound.h +++ b/sound.h @@ -87,5 +87,6 @@ void S_BlockSound (void); void S_UnblockSound (void); int S_GetSoundRate (void); +int S_GetSoundChannels (void); #endif