aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJohannes Schickel2010-03-08 00:34:01 +0000
committerJohannes Schickel2010-03-08 00:34:01 +0000
commitf67f7d36f1f3bba5b571aef261e3be61dbd1fab9 (patch)
treede61c99b583570561088a06f23a79ea71edb9614 /sound
parentf7b1faedc251348692942b7cffbabea6959b7827 (diff)
downloadscummvm-rg350-f67f7d36f1f3bba5b571aef261e3be61dbd1fab9.tar.gz
scummvm-rg350-f67f7d36f1f3bba5b571aef261e3be61dbd1fab9.tar.bz2
scummvm-rg350-f67f7d36f1f3bba5b571aef261e3be61dbd1fab9.zip
Cleanup.
svn-id: r48180
Diffstat (limited to 'sound')
-rw-r--r--sound/softsynth/opl/dosbox.cpp1
-rw-r--r--sound/softsynth/opl/dosbox.h8
2 files changed, 5 insertions, 4 deletions
diff --git a/sound/softsynth/opl/dosbox.cpp b/sound/softsynth/opl/dosbox.cpp
index 7de66af9f5..29993ce3d8 100644
--- a/sound/softsynth/opl/dosbox.cpp
+++ b/sound/softsynth/opl/dosbox.cpp
@@ -32,6 +32,7 @@
#ifndef DISABLE_DOSBOX_OPL
#include "dosbox.h"
+#include "dbopl.h"
#include "common/system.h"
#include "common/scummsys.h"
diff --git a/sound/softsynth/opl/dosbox.h b/sound/softsynth/opl/dosbox.h
index 4018678806..958310611d 100644
--- a/sound/softsynth/opl/dosbox.h
+++ b/sound/softsynth/opl/dosbox.h
@@ -36,13 +36,9 @@
#include "sound/fmopl.h"
-#include "dbopl.h"
-
namespace OPL {
namespace DOSBox {
-class Handler;
-
struct Timer {
double startTime;
double delay;
@@ -71,6 +67,10 @@ struct Chip {
uint8 read();
};
+namespace DBOPL {
+struct Chip;
+} // end of namespace DBOPL
+
class OPL : public ::OPL::OPL {
private:
Config::OplType _type;