Files
ss/include/nw4r/snd/snd_ChannelManager.h
T

17 lines
296 B
C++

#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