X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Feffects%2Fqc%2Fglobalsound.qh;h=8c6dd86ddcd717571f32c53295f2e344083e5fb2;hb=60b0e81cdaed847a7aac9d234f219937ab9462b2;hp=1df0b1a42b1145eeeea104092fec1a98d5b5b25d;hpb=9185b58da6fe5f2b095d7066577e1e024b4d2798;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/effects/qc/globalsound.qh b/qcsrc/common/effects/qc/globalsound.qh index 1df0b1a42..8c6dd86dd 100644 --- a/qcsrc/common/effects/qc/globalsound.qh +++ b/qcsrc/common/effects/qc/globalsound.qh @@ -119,6 +119,8 @@ void PrecachePlayerSounds(string f); //#endif entity GetVoiceMessage(string type); +string GlobalSound_sample(string pair, float r); + #ifdef SVQC void _GlobalSound(entity this, entity gs, entity ps, string sample, float chan, float vol, float voicetype, bool fake);