libcw/cwIoPresetSelApp.h

14 lines
154 B
C
Raw Normal View History

#ifndef cwIoPresetSelApp_h
#define cwIoPresetSelApp_h
namespace cw
{
namespace preset_sel_app
{
rc_t main( const object_t* cfg );
}
}
#endif