X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fsound.h;h=dada0e89bcba1beefc78c3ed93163a1abc3725ab;hb=8be31c2781126204470171aff7af45713ec42e9e;hp=ca97ff0a39f735a7cccb6ce700b8ee949cb20f71;hpb=50c422d96b6da2c0412b6bd3763e9d1a029a6014;p=rocksndiamonds.git diff --git a/src/sound.h b/src/sound.h index ca97ff0a..dada0e89 100644 --- a/src/sound.h +++ b/src/sound.h @@ -22,8 +22,14 @@ #ifndef VOXWARE #define VOXWARE #endif + +#if 0 /* where is the right declaration for 'ioctl'? */ extern void ioctl(long, long, void *); +#else +#include +#endif + #endif #ifdef __FreeBSD__ @@ -119,25 +125,19 @@ struct SoundHeader_8SVX char magic_8SVX[4]; }; -struct SoundHeader_WAV -{ - char magic_RIFF[4]; - unsigned long header_size; - char magic_WAVE[4]; - char some_stuff[24]; - char magic_DATA[4]; - unsigned long data_size; -}; - struct SoundInfo { char *name; - byte *file_ptr; byte *data_ptr; - long file_len, data_len; + long data_len; + #ifdef MSDOS SAMPLE *sample_ptr; #endif + +#ifdef USE_SDL_LIBRARY + Mix_Chunk *mix_chunk; +#endif }; struct SoundControl