diff options
author | Chris Robinson <[email protected]> | 2013-05-23 19:48:24 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-23 19:48:24 -0700 |
commit | 23766831282507bc09b223b4ecb645490b5fab0b (patch) | |
tree | 703f2767deef5ed1b659a25ccaa5047e606f422a | |
parent | f667c028e627d6fcc0dc7c661c20d104243da067 (diff) |
Move reverb to the effects subdir
-rw-r--r-- | Alc/effects/reverb.c (renamed from Alc/alcReverb.c) | 0 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alcReverb.c b/Alc/effects/reverb.c index a13a5693..a13a5693 100644 --- a/Alc/alcReverb.c +++ b/Alc/effects/reverb.c diff --git a/CMakeLists.txt b/CMakeLists.txt index 9581c329..5fb8811f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -448,7 +448,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/alcEqualizer.c Alc/alcFlanger.c Alc/alcModulator.c - Alc/alcReverb.c + Alc/effects/reverb.c Alc/alcRing.c Alc/alcThread.c Alc/bs2b.c |