mirror of
https://github.com/zeldaret/ss
synced 2026-06-10 20:58:38 -04:00
f7884242c7
Co-authored-by: kiwi515 <49212064+kiwi515@users.noreply.github.com>
17 lines
296 B
C++
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
|