aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax_api.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-03-24 16:13:16 -0700
committerChris Robinson <[email protected]>2022-03-24 16:13:16 -0700
commit96c151b45b84888cf6a82e308b56c2456d07e39c (patch)
tree73dd1f9b105ae31b867fb1ae5b907d826fe73b42 /al/eax_api.h
parent88d5c47e3705fcc8978815442e80aa4205f29ad0 (diff)
Don't expose EAX reverb preset duplicates
The presets are already in their respective arrays, which makes the individual globals redundant.
Diffstat (limited to 'al/eax_api.h')
-rw-r--r--al/eax_api.h54
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;