Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
MidiSeqTrack.h
Go to the documentation of this file.
1#ifndef NW4HBM_SND_MIDI_SEQ_TRACK_H
2#define NW4HBM_SND_MIDI_SEQ_TRACK_H
3
4#include "SeqTrack.h"
5
6namespace nw4hbm {
7 namespace snd {
8 namespace detail {
9
10 // No midi for you
11 class MidiSeqTrack : public SeqTrack {
13 virtual ~MidiSeqTrack() {}
14 };
15
16 } // namespace detail
17 } // namespace snd
18} // namespace nw4hbm
19
20#endif
Definition MidiSeqTrack.h:11
virtual ~MidiSeqTrack()
Definition MidiSeqTrack.h:13
Definition SeqTrack.h:20
Definition HBMAnmController.h:6