17 lines
146 B
C
17 lines
146 B
C
|
#ifndef cwAudioBufDecls_H
|
||
|
#define cwAudioBufDecls_H
|
||
|
|
||
|
namespace cw
|
||
|
{
|
||
|
namespace audio
|
||
|
{
|
||
|
namespace buf
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif
|