KYRA: sound files/classes reorganization step #1

Rename files which are only used for one target.
This is actually wrong for my renaming of sound_towns.
But I'll move the code for other targets to different files in another commit. I want to do just the renaming here, so that Git might be better at preserving the history.
This commit is contained in:
athrxx 2019-04-14 16:02:11 +02:00
parent b00049732f
commit 462fea2cca
5 changed files with 3 additions and 3 deletions

View File

@ -61,11 +61,11 @@ MODULE_OBJS := \
sequence/sequences_hof.o \
sequence/sequences_mr.o \
sound/sound_adlib.o \
sound/sound_amiga.o \
sound/sound_digital.o \
sound/sound_amiga_lok.o \
sound/sound_digital_mr.o \
sound/sound_midi.o \
sound/sound_pcspk.o \
sound/sound_towns.o \
sound/sound_towns_lok.o \
sound/sound.o \
sound/sound_lok.o \
text/text.o \