summaryrefslogtreecommitdiff
path: root/include/nw4r/snd/snd_ChannelManager.h
blob: 956cb13d0d8b0a6165b7cc1816b87c1d43aa3e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef NW4R_SND_CHANNEL_MANAGER_H
#define NW4R_SND_CHANNEL_MANAGER_H
#include "nw4r/snd/snd_Channel.h"
#include "nw4r/snd/snd_InstancePool.h"
#include "nw4r/types_nw4r.h"


namespace nw4r {
namespace snd {
namespace detail {

} // namespace detail
} // namespace snd
} // namespace nw4r

#endif