NW4F Snd
Loading...
Searching...
No Matches
snd_Config.h
Go to the documentation of this file.
1#ifndef NW_SND_CONFIG_H_
2#define NW_SND_CONFIG_H_
3
4#include <nw/types.h>
5#include <cstring>
6
7namespace nw { namespace snd { namespace internal {
8
9static const u32 STRM_TRACK_NUM = 8;
10
11} } }
12
13#endif // NW_SND_CONFIG_H_
Definition snd_BasicSound.cpp:3
static const u32 STRM_TRACK_NUM
Definition snd_Config.h:9
Definition snd_BasicSound.cpp:3