libcw/cwIoAudioMidi.h

17 lines
175 B
C++

#ifndef cwIoAudioMidi_H
#define cwIoAudioMidi_H
namespace cw
{
namespace io
{
namespace audio_midi
{
rc_t main( const object_t* cfg );
}
}
}
#endif