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