X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fsound.h;h=dada0e89bcba1beefc78c3ed93163a1abc3725ab;hb=bb2ddcf13df18d69e4472d4697da173981970e9d;hp=2e934709e2ee041ebb0be6cc40c9aada059d4b84;hpb=78943068787ee6d63e1045df9d286d98b5a2912c;p=rocksndiamonds.git diff --git a/src/sound.h b/src/sound.h index 2e934709..dada0e89 100644 --- a/src/sound.h +++ b/src/sound.h @@ -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