diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index ca97bff0..f24eb000 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -380,6 +380,7 @@ extern "C" { struct Hrtf; struct HrtfEntry; +struct FrontStablizer; struct Compressor; @@ -777,6 +778,8 @@ struct ALCdevice_struct ALsizei NumChannels; } RealOut; + struct FrontStablizer *Stablizer; + struct Compressor *Limiter; /* The average speaker distance as determined by the ambdec configuration |