rnd-20000806-1-src
[rocksndiamonds.git] / src / sound.h
index 2e934709e2ee041ebb0be6cc40c9aada059d4b84..dada0e89bcba1beefc78c3ed93163a1abc3725ab 100644 (file)
@@ -130,9 +130,14 @@ struct SoundInfo
   char *name;
   byte *data_ptr;
   long data_len;
+
 #ifdef MSDOS
   SAMPLE *sample_ptr;
 #endif
+
+#ifdef USE_SDL_LIBRARY
+  Mix_Chunk *mix_chunk;
+#endif
 };
 
 struct SoundControl