diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2018-10-05 22:29:37 +0200 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2018-10-05 22:29:37 +0200 |
commit | c542a7576de33ecc9c9744cf5a4df7d094af5c47 (patch) | |
tree | 7972745dc36ca6c0fdfe2c05ba1173bb4d6bdca6 /src/adlmidi_private.hpp | |
parent | 6bb43bedde33404428f1baa75c1f0f97896a5cc7 (diff) | |
download | libADLMIDI-c542a7576de33ecc9c9744cf5a4df7d094af5c47.tar.gz libADLMIDI-c542a7576de33ecc9c9744cf5a4df7d094af5c47.tar.bz2 libADLMIDI-c542a7576de33ecc9c9744cf5a4df7d094af5c47.zip |
typedef OPL3 as Synth
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index d16c8f6..62b6223 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -142,6 +142,8 @@ typedef struct BW_MidiRtInterface BW_MidiRtInterface; class OPL3; class OPLChipBase; +typedef class OPL3 Synth; + #include "adldata.hh" #define ADLMIDI_BUILD |