diff options
Diffstat (limited to 'source/soundux.h')
-rw-r--r-- | source/soundux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/soundux.h b/source/soundux.h index 9892dcf..fe96f73 100644 --- a/source/soundux.h +++ b/source/soundux.h @@ -124,8 +124,12 @@ typedef struct { int buffer_size; int noise_gen; bool8 mute_sound; +#ifndef FOREVER_STEREO int stereo; +#endif +#ifndef FOREVER_16_BIT_SOUND bool8 sixteen_bit; +#endif bool8 encoded; #ifdef __sun int last_eof; |