libcw/cwIoPresetSelApp.h

14 lines
184 B
C++

#ifndef cwIoPresetSelApp_h
#define cwIoPresetSelApp_h
namespace cw
{
namespace preset_sel_app
{
rc_t main( const object_t* cfg, int argc, const char* argv[] );
}
}
#endif