aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound/sound_intern.h
diff options
context:
space:
mode:
authorathrxx2019-04-14 17:51:03 +0200
committerathrxx2019-04-15 21:51:47 +0200
commit9d527463343c627eac305d8b17a273c0583ffa63 (patch)
treedbeb2f9379ae76bba2c01b039968196158fb0b96 /engines/kyra/sound/sound_intern.h
parenta563817db0cb7e3927a11d921a702607758da460 (diff)
downloadscummvm-rg350-9d527463343c627eac305d8b17a273c0583ffa63.tar.gz
scummvm-rg350-9d527463343c627eac305d8b17a273c0583ffa63.tar.bz2
scummvm-rg350-9d527463343c627eac305d8b17a273c0583ffa63.zip
KYRA: sound files/classes reorganization step #3
Untangle FM-Towns and PC-98 sound classes and move them to separate files.
Diffstat (limited to 'engines/kyra/sound/sound_intern.h')
-rw-r--r--engines/kyra/sound/sound_intern.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/kyra/sound/sound_intern.h b/engines/kyra/sound/sound_intern.h
index 57afb26ab5..4820133d16 100644
--- a/engines/kyra/sound/sound_intern.h
+++ b/engines/kyra/sound/sound_intern.h
@@ -24,17 +24,17 @@
#define KYRA_SOUND_INTERN_H
-
#include "kyra/sound/sound.h"
#include "kyra/sound/sound_adlib.h"
-#include "common/mutex.h"
+#include "audio/midiparser.h"
+#include "audio/softsynth/emumidi.h"
+#include "audio/softsynth/fmtowns_pc98/towns_audio.h"
-#include "audio/softsynth/fmtowns_pc98/towns_pc98_driver.h"
-#include "audio/softsynth/fmtowns_pc98/towns_euphony.h"
+#include "common/mutex.h"
-#include "audio/softsynth/emumidi.h"
-#include "audio/midiparser.h"
+class EuphonyPlayer;
+class TownsPC98_AudioDriver;
namespace Audio {
class PCSpeaker;