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:
Jordi Vilalta Prat 2008-05-14 05:47:29 +00:00
parent 6a9429613b
commit d942fd42bb
16 changed files with 35 additions and 35 deletions

View file

@ -30,8 +30,8 @@
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__)
#include "backends/midi/midiplugin.h"
#include "common/util.h"
#include "sound/midiplugin.h"
#include "sound/mpu401.h"
#include <fcntl.h>
@ -173,7 +173,7 @@ void MidiDriver_SEQ::sysEx (const byte *msg, uint16 length) {
// Plugin interface
class SeqMidiPlugin : public MidiPlugin {
class SeqMidiPlugin : public MidiPluginObject {
public:
virtual const char *getName() const {
return "SEQ";