SCI: Renamed softseq/ to drivers/

svn-id: r47418
This commit is contained in:
Walter van Niftrik 2010-01-21 16:27:29 +00:00
parent 9f5e50c130
commit 208dbf1d9a
13 changed files with 15 additions and 15 deletions

View File

@ -41,7 +41,7 @@
#else
#include "sci/sound/music.h"
#endif
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
#include "sci/vocabulary.h"
#include "sci/graphics/gui.h"
#include "sci/graphics/cursor.h"

View File

@ -58,10 +58,10 @@ MODULE_OBJS := \
sound/iterator/core.o \
sound/iterator/iterator.o \
sound/iterator/songlib.o \
sound/softseq/adlib.o \
sound/softseq/amiga.o \
sound/softseq/pcjr.o \
sound/softseq/midi.o \
sound/drivers/adlib.o \
sound/drivers/amiga.o \
sound/drivers/pcjr.o \
sound/drivers/midi.o \
video/seq_decoder.o \
video/vmd_decoder.o

View File

@ -29,7 +29,7 @@
#include "sound/softsynth/emumidi.h"
#include "sci/resource.h"
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
namespace Sci {

View File

@ -24,7 +24,7 @@
*/
#include "sound/softsynth/emumidi.h"
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
#include "common/file.h"
#include "common/frac.h"

View File

@ -30,8 +30,8 @@
#include "sound/softsynth/emumidi.h"
#include "sci/resource.h"
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/softseq/map-mt32-to-gm.h"
#include "sci/sound/drivers/mididriver.h"
#include "sci/sound/drivers/map-mt32-to-gm.h"
namespace Sci {

View File

@ -23,7 +23,7 @@
*
*/
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
namespace Sci {

View File

@ -30,7 +30,7 @@
#include "sci/sound/iterator/core.h"
#include "sci/sound/iterator/iterator.h"
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
#include "common/system.h"
#include "common/timer.h"

View File

@ -31,7 +31,7 @@
#include "sci/sci.h" // for USE_OLD_MUSIC_FUNCTIONS
#ifdef USE_OLD_MUSIC_FUNCTIONS
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
namespace Audio {
class AudioStream;

View File

@ -30,7 +30,7 @@
#ifdef USE_OLD_MUSIC_FUNCTIONS
#include "sci/sound/iterator/iterator.h"
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
#include "common/array.h"
#include "common/list.h"

View File

@ -26,7 +26,7 @@
#include "sci/engine/kernel.h"
#include "sci/engine/state.h"
#include "sci/sound/midiparser_sci.h"
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
namespace Sci {

View File

@ -37,7 +37,7 @@
#include "sci/sci.h"
#include "sci/resource.h"
#include "sci/sound/softseq/mididriver.h"
#include "sci/sound/drivers/mididriver.h"
namespace Sci {