X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sound.h;h=5a9a72dfb738decd52f953ebb82446582543bc54;hp=697ded8e26e31af98ac2f39b6749d27345b543d6;hb=b5f2509c170bf13f83cdb0e5d25f9cfc7469e986;hpb=19dc59c888b9bd06b45d619d5f4861c984730f2d diff --git a/sound.h b/sound.h index 697ded8e..5a9a72df 100644 --- a/sound.h +++ b/sound.h @@ -98,6 +98,7 @@ sfx_t *S_FindName(const char *name); // S_StartSound returns the channel index, or -1 if an error occurred int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation); int S_StartSound_StartPosition_Flags (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation, float startposition, int flags, float fspeed); +qbool S_LocalSoundEx (const char *s, int chan, float fvol); qbool S_LocalSound (const char *s); void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation);