X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsound.h;h=146623433f4c2a997e19ee20c99e3be41a3236a4;hp=3986194ebfe687c496a13bb372381f4369227e4f;hb=19db00ff98326cb4b92cea42080d7094e0842243;hpb=f13662d83b34ec1a6add839ed160eeb7c4296496 diff --git a/src/libgame/sound.h b/src/libgame/sound.h index 3986194e..14662343 100644 --- a/src/libgame/sound.h +++ b/src/libgame/sound.h @@ -199,6 +199,7 @@ struct SampleInfo long data_len; void *data_ptr; + int format; }; typedef struct SampleInfo SoundInfo; @@ -224,6 +225,7 @@ struct SoundControl long data_len; void *data_ptr; + int format; #if defined(PLATFORM_MSDOS) int voice;