]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
implemented music playlist system with 10 playlists, automatic track
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 183b71e0607ecf777ac346e2c2bf68ead576d7fd..2161ee8a5d61eb86b1710eac313d7baed2be64e9 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -73,6 +73,7 @@ qboolean S_IsSoundPrecached (const sfx_t *sfx);
 
 // 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 (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation, float startposition);
 qboolean S_LocalSound (const char *s);
 
 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation);