NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
snd_MidiSeqTrackAllocator.h
1#ifndef NW4R_SND_MIDI_SEQ_TRACK_ALLOCATOR_H
2#define NW4R_SND_MIDI_SEQ_TRACK_ALLOCATOR_H
3
4/*******************************************************************************
5 * headers
6 */
7
8#include "SeqTrackAllocator.h"
9
10/*******************************************************************************
11 * classes and functions
12 */
13
14namespace nw4r { namespace snd { namespace detail
15{
16 class MidiSeqTrackAllocator : public SeqTrackAllocator
17 {
18 MidiSeqTrackAllocator();
19 };
20}}} // namespace nw4r::snd::detail
21
22#endif // NW4R_SND_MIDI_SEQ_TRACK_ALLOCATOR_H