X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sound.h;h=684102eece285082e775d662d857da8e09af6d3e;hp=e20714bffb593cf61d065a258e3a9f329b6b55ab;hb=b1d01581aaa6e22fef1d66f8e4526b2125a00343;hpb=b82d346b06f2dbd3d4fff3ef6b7ad986739d6cf7 diff --git a/sound.h b/sound.h index e20714bf..684102ee 100644 --- a/sound.h +++ b/sound.h @@ -90,6 +90,8 @@ typedef struct void S_Init (void); void S_Startup (void); void S_Shutdown (void); +void S_Open (void); +void S_Close (void); void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation); void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation); void S_StopSound (int entnum, int entchannel);