[Scummvm-cvs-logs] SF.net SVN: scummvm:[48180] scummvm/trunk/sound/softsynth/opl

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Mar 8 01:34:01 CET 2010


Revision: 48180
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48180&view=rev
Author:   lordhoto
Date:     2010-03-08 00:34:01 +0000 (Mon, 08 Mar 2010)

Log Message:
-----------
Cleanup.

Modified Paths:
--------------
    scummvm/trunk/sound/softsynth/opl/dosbox.cpp
    scummvm/trunk/sound/softsynth/opl/dosbox.h

Modified: scummvm/trunk/sound/softsynth/opl/dosbox.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/opl/dosbox.cpp	2010-03-08 00:33:36 UTC (rev 48179)
+++ scummvm/trunk/sound/softsynth/opl/dosbox.cpp	2010-03-08 00:34:01 UTC (rev 48180)
@@ -32,6 +32,7 @@
 #ifndef DISABLE_DOSBOX_OPL
 
 #include "dosbox.h"
+#include "dbopl.h"
 
 #include "common/system.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/sound/softsynth/opl/dosbox.h
===================================================================
--- scummvm/trunk/sound/softsynth/opl/dosbox.h	2010-03-08 00:33:36 UTC (rev 48179)
+++ scummvm/trunk/sound/softsynth/opl/dosbox.h	2010-03-08 00:34:01 UTC (rev 48180)
@@ -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 @@
 	uint8 read();
 };
 
+namespace DBOPL {
+struct Chip;
+} // end of namespace DBOPL
+
 class OPL : public ::OPL::OPL {
 private:
 	Config::OplType _type;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list