mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- moved s_reverbedit.cpp to 'common'.
This commit is contained in:
parent
46dc77cc64
commit
248aa8b5a7
2 changed files with 3 additions and 3 deletions
|
@ -870,7 +870,6 @@ set (PCH_SOURCES
|
|||
rendering/r_utility.cpp
|
||||
rendering/r_sky.cpp
|
||||
sound/s_advsound.cpp
|
||||
sound/s_reverbedit.cpp
|
||||
sound/s_sndseq.cpp
|
||||
sound/s_doomsound.cpp
|
||||
serializer_doom.cpp
|
||||
|
@ -1006,6 +1005,7 @@ set (PCH_SOURCES
|
|||
common/audio/sound/oalsound.cpp
|
||||
common/audio/sound/s_environment.cpp
|
||||
common/audio/sound/s_sound.cpp
|
||||
common/audio/sound/s_reverbedit.cpp
|
||||
common/audio/music/music_midi_base.cpp
|
||||
common/audio/music/music.cpp
|
||||
common/audio/music/i_music.cpp
|
||||
|
|
|
@ -33,14 +33,14 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include "doomtype.h"
|
||||
#include "s_sound.h"
|
||||
#include "s_soundinternal.h"
|
||||
#include "sc_man.h"
|
||||
#include "cmdlib.h"
|
||||
#include "templates.h"
|
||||
#include "filesystem.h"
|
||||
#include "i_system.h"
|
||||
#include "m_misc.h"
|
||||
#include "printf.h"
|
||||
|
||||
#include "c_cvars.h"
|
||||
#include "c_dispatch.h"
|
Loading…
Reference in a new issue