diff options
Diffstat (limited to 'al/eax_fx_slots.h')
-rw-r--r-- | al/eax_fx_slots.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/al/eax_fx_slots.h b/al/eax_fx_slots.h index 6abe61b6..0ebb9b7d 100644 --- a/al/eax_fx_slots.h +++ b/al/eax_fx_slots.h @@ -26,6 +26,8 @@ public: ALeffectslot& get( EaxFxSlotIndex index); + void unlock_legacy() noexcept; + private: using Items = std::array<EaxAlEffectSlotUPtr, EAX_MAX_FXSLOTS>; |