aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/opl/dosbox.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-06 20:19:47 +0000
committerJohannes Schickel2009-05-06 20:19:47 +0000
commitb33bf76c70bfaa9933c8c9bb12eb6d29d5cb2a88 (patch)
treef2aa8ee4e7aff532969fef506b590e3524d4a202 /sound/softsynth/opl/dosbox.cpp
parent262363f2b3383f506f6e43838eae8b4b3ea78e30 (diff)
downloadscummvm-rg350-b33bf76c70bfaa9933c8c9bb12eb6d29d5cb2a88.tar.gz
scummvm-rg350-b33bf76c70bfaa9933c8c9bb12eb6d29d5cb2a88.tar.bz2
scummvm-rg350-b33bf76c70bfaa9933c8c9bb12eb6d29d5cb2a88.zip
For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MSVC does not try to compile the former opl.cpp. (Needs cleanup in the future anyway...)
svn-id: r40365
Diffstat (limited to 'sound/softsynth/opl/dosbox.cpp')
-rw-r--r--sound/softsynth/opl/dosbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/softsynth/opl/dosbox.cpp b/sound/softsynth/opl/dosbox.cpp
index ae1499ef49..db8f8109d7 100644
--- a/sound/softsynth/opl/dosbox.cpp
+++ b/sound/softsynth/opl/dosbox.cpp
@@ -145,7 +145,7 @@ uint8 Chip::read() {
}
namespace OPL2 {
-#include "opl.cpp"
+#include "opl_impl.h"
struct Handler : public DOSBox::Handler {
void writeReg(uint32 reg, uint8 val) {
@@ -168,7 +168,7 @@ struct Handler : public DOSBox::Handler {
namespace OPL3 {
#define OPLTYPE_IS_OPL3
-#include "opl.cpp"
+#include "opl_impl.h"
struct Handler : public DOSBox::Handler {
void writeReg(uint32 reg, uint8 val) {