rnd-20001125-3-src
[rocksndiamonds.git] / src / sound.h
index 6eb0dad26bf408e5371c6deded9c7d39c34ac260..7ebdc65b26b0dd75b3bc2a8bdfea45cb1d0fd6b0 100644 (file)
@@ -135,7 +135,7 @@ struct SoundInfo
   SAMPLE *sample_ptr;
 #endif
 
-#ifdef USE_SDL_LIBRARY
+#ifdef TARGET_SDL
   Mix_Chunk *mix_chunk;
 #endif
 };
@@ -159,11 +159,15 @@ struct SoundControl
 #endif
 };
 
-/* start sound server */
+/* general sound functions */
 int OpenAudio(char *);
+int CheckAudio(char *);
+boolean UnixInitAudio(void);
+
+/* sound server functions */ 
 void SoundServer(void);
 
-/* client functions */
+/* sound client functions */
 boolean LoadSound(struct SoundInfo *);
 void PlaySound(int);
 void PlaySoundStereo(int, int);