Move EAX files to their own sub-directory
commit65e4c20c27f2acf853e58fd4c26ebc0e3eb926c6
authorChris Robinson <chris.kcat@gmail.com>
Mon, 16 May 2022 09:08:18 +0000 (16 02:08 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 16 May 2022 09:08:18 +0000 (16 02:08 -0700)
tree4fb9a3bffbda4ab8dc1363caa2426cf8e8bbf30e
parent83238973ed08225adf03e76b6933e0c209f93fd9
Move EAX files to their own sub-directory
46 files changed:
CMakeLists.txt
al/auxeffectslot.cpp
al/auxeffectslot.h
al/buffer.cpp
al/buffer.h
al/eax/api.cpp [moved from al/eax_api.cpp with 99% similarity]
al/eax/api.h [moved from al/eax_api.h with 100% similarity]
al/eax/eax_call.cpp [moved from al/eax_eax_call.cpp with 99% similarity]
al/eax/eax_call.h [moved from al/eax_eax_call.h with 98% similarity]
al/eax/effect.cpp [new file with mode: 0644]
al/eax/effect.h [moved from al/eax_effect.h with 97% similarity]
al/eax/exception.cpp [moved from al/eax_exception.cpp with 98% similarity]
al/eax/exception.h [moved from al/eax_exception.h with 100% similarity]
al/eax/fx_slot_index.cpp [moved from al/eax_fx_slot_index.cpp with 95% similarity]
al/eax/fx_slot_index.h [moved from al/eax_fx_slot_index.h with 97% similarity]
al/eax/fx_slots.cpp [moved from al/eax_fx_slots.cpp with 94% similarity]
al/eax/fx_slots.h [moved from al/eax_fx_slots.h with 93% similarity]
al/eax/globals.cpp [moved from al/eax_globals.cpp with 95% similarity]
al/eax/globals.h [moved from al/eax_globals.h with 100% similarity]
al/eax/utils.cpp [moved from al/eax_utils.cpp with 96% similarity]
al/eax/utils.h [moved from al/eax_utils.h with 100% similarity]
al/eax/x_ram.cpp [new file with mode: 0644]
al/eax/x_ram.h [moved from al/eax_x_ram.h with 100% similarity]
al/eax_effect.cpp [deleted file]
al/eax_x_ram.cpp [deleted file]
al/effect.cpp
al/effects/autowah.cpp
al/effects/chorus.cpp
al/effects/compressor.cpp
al/effects/distortion.cpp
al/effects/echo.cpp
al/effects/effects.h
al/effects/equalizer.cpp
al/effects/fshifter.cpp
al/effects/modulator.cpp
al/effects/null.cpp
al/effects/pshifter.cpp
al/effects/reverb.cpp
al/effects/vmorpher.cpp
al/source.cpp
al/source.h
al/state.cpp
alc/alc.cpp
alc/context.cpp
alc/context.h
alc/device.h