14 lines
154 B
C
14 lines
154 B
C
|
#ifndef cwIoAudioMidiApp_h
|
||
|
#define cwIoAudioMidiApp_h
|
||
|
|
||
|
namespace cw
|
||
|
{
|
||
|
namespace audio_midi_app
|
||
|
{
|
||
|
rc_t main( const object_t* cfg );
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif
|