X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=sound.h;h=fbd5755ba5b40f3f2d59addd9fc903998524250e;hb=22892946d447eb18e4aacade393c1709a044215f;hp=74f9ffe9b73e77274ab1ab99865c2dda8f2ae6e5;hpb=da29a8beeb35293e2fd38b51883c91b5cf4cf4ad;p=xonotic%2Fdarkplaces.git diff --git a/sound.h b/sound.h index 74f9ffe9..fbd5755b 100644 --- a/sound.h +++ b/sound.h @@ -60,6 +60,7 @@ void S_Terminate (void); void S_Startup (void); void S_Shutdown (void); +void S_Reload_f (void); void S_Update(const matrix4x4_t *listenermatrix); void S_ExtraUpdate (void); @@ -84,5 +85,6 @@ void S_SetChannelVolume (unsigned int ch_ind, float fvol); void S_BlockSound (void); void S_UnblockSound (void); +int S_GetSoundRate (void); #endif