NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
snd_ChannelManager.h
1#ifndef NW4R_SND_CHANNEL_MANAGER_H
2#define NW4R_SND_CHANNEL_MANAGER_H
3#include "nw4r/snd/snd_Channel.h"
4#include "nw4r/snd/snd_InstancePool.h"
5#include "nw4r/types_nw4r.h"
6
7
8namespace nw4r {
9namespace snd {
10namespace detail {
11
12} // namespace detail
13} // namespace snd
14} // namespace nw4r
15
16#endif