rnd-19981204-2
[rocksndiamonds.git] / src / sound.h
index 2c747bd859788cd3d16f13ac5d3b759e5a1dc3e8..ca97ff0a39f735a7cccb6ce700b8ee949cb20f71 100644 (file)
@@ -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);