NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
snd_MidiSeqTrack.h
1
#ifndef NW4R_SND_MIDI_SEQ_TRACK_H
2
#define NW4R_SND_MIDI_SEQ_TRACK_H
3
4
/*******************************************************************************
5
* headers
6
*/
7
8
#include "SeqTrack.h"
9
10
/*******************************************************************************
11
* classes and functions
12
*/
13
14
namespace
nw4r {
namespace
snd {
namespace
detail
15
{
16
class
MidiSeqTrack :
public
SeqTrack
17
{
18
MidiSeqTrack();
19
};
20
}}}
// namespace nw4r::snd::detail
21
22
#endif
// NW4R_SND_MIDI_SEQ_TRACK_H
include
lib
nw4r
snd
snd_MidiSeqTrack.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2