X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fsound.h;h=ca97ff0a39f735a7cccb6ce700b8ee949cb20f71;hp=2c747bd859788cd3d16f13ac5d3b759e5a1dc3e8;hb=50c422d96b6da2c0412b6bd3763e9d1a029a6014;hpb=0918c3eb2f6219a8cc72aa85bd9c4889788dd474 diff --git a/src/sound.h b/src/sound.h index 2c747bd8..ca97ff0a 100644 --- a/src/sound.h +++ b/src/sound.h @@ -159,16 +159,10 @@ struct SoundControl #endif }; -/* sound server functions */ +/* start sound server */ void SoundServer(void); -void SoundServer_InsertNewSound(struct SoundControl); -void SoundServer_StopSound(int); -void SoundServer_StopAllSounds(void); -void HPUX_Audio_Control(void); -unsigned char linear_to_ulaw(int); -int ulaw_to_linear(unsigned char); - -/* application functions */ + +/* client functions */ boolean LoadSound(struct SoundInfo *); void PlaySound(int); void PlaySoundStereo(int, int);