14 lines
186 B
C++
14 lines
186 B
C++
#ifndef cwIoPresetSelApp_h
|
|
#define cwIoPresetSelApp_h
|
|
|
|
namespace cw
|
|
{
|
|
namespace preset_sel_app
|
|
{
|
|
rc_t main( const object_t* cfg, const object_t* flow_proc_dict );
|
|
}
|
|
}
|
|
|
|
|
|
#endif
|