diff options
Diffstat (limited to 'al/eax_api.h')
-rw-r--r-- | al/eax_api.h | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/al/eax_api.h b/al/eax_api.h index eede9056..d0737d1d 100644 --- a/al/eax_api.h +++ b/al/eax_api.h @@ -957,64 +957,10 @@ constexpr auto EAXREVERB_DEFAULTFLAGS = EAXREVERBFLAGS_DECAYHFLIMIT; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_GENERIC; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_PADDEDCELL; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_ROOM; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_BATHROOM; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_LIVINGROOM; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_STONEROOM; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_AUDITORIUM; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_CONCERTHALL; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_CAVE; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_ARENA; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_HANGAR; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_CARPETTEDHALLWAY; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_HALLWAY; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_STONECORRIDOR; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_ALLEY; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_FOREST; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_CITY; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_MOUNTAINS; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_QUARRY; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_PLAIN; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_PARKINGLOT; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_SEWERPIPE; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_UNDERWATER; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_DRUGGED; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_DIZZY; -extern const EAXREVERBPROPERTIES EAXREVERB_PRESET_PSYCHOTIC; - using EaxReverbPresets = std::array<EAXREVERBPROPERTIES, EAX1_ENVIRONMENT_COUNT>; extern const EaxReverbPresets EAXREVERB_PRESETS; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_GENERIC; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_PADDEDCELL; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_ROOM; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_BATHROOM; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_LIVINGROOM; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_STONEROOM; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_AUDITORIUM; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_CONCERTHAL; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_CAVE; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_ARENA; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_HANGAR; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_CARPETTEDHALLWAY; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_HALLWAY; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_STONECORRIDOR; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_ALLEY; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_FOREST; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_CITY; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_MOUNTAINS; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_QUARRY; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_PLAIN; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_PARKINGLOT; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_SEWERPIPE; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_UNDERWATER; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_DRUGGED; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_DIZZY; -extern const EAX_REVERBPROPERTIES EAX1REVERB_PRESET_PSYCHOTIC; - using Eax1ReverbPresets = std::array<EAX_REVERBPROPERTIES, EAX1_ENVIRONMENT_COUNT>; extern const Eax1ReverbPresets EAX1REVERB_PRESETS; |