Moved midiplugin.h to sound/ since it will be used for more than just the native MIDI drivers.
svn-id: r32097
This commit is contained in:
parent
6a9429613b
commit
d942fd42bb
16 changed files with 35 additions and 35 deletions
|
@ -29,9 +29,9 @@
|
|||
|
||||
#if defined(IRIX)
|
||||
|
||||
#include "backends/midi/midiplugin.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/util.h"
|
||||
#include "sound/midiplugin.h"
|
||||
#include "sound/mpu401.h"
|
||||
|
||||
#include <dmedia/midi.h>
|
||||
|
@ -178,7 +178,7 @@ void MidiDriver_DMEDIA::sysEx (const byte *msg, uint16 length) {
|
|||
|
||||
// Plugin interface
|
||||
|
||||
class DMediaMidiPlugin : public MidiPlugin {
|
||||
class DMediaMidiPlugin : public MidiPluginObject {
|
||||
public:
|
||||
virtual const char *getName() const {
|
||||
return "DMedia";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue