5cda838a93
Other minor changes to prepare for integration into cwIo. In cwMidi* replaced 'byte_t' with 'uint8_t'. In cwAudioDevice* removed redundant 'device' prefix from function names.
17 lines
146 B
C++
17 lines
146 B
C++
#ifndef cwAudioBufDecls_H
|
|
#define cwAudioBufDecls_H
|
|
|
|
namespace cw
|
|
{
|
|
namespace audio
|
|
{
|
|
namespace buf
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#endif
|