help message

This commit is contained in:
Daniel Funke 2023-10-16 15:02:41 +02:00
parent 3d6e53f1e4
commit 68627f4fb0
1 changed files with 7 additions and 1 deletions

View File

@ -32,8 +32,14 @@ struct nngIpelet
void protected_run(int);
};
void nngIpelet::protected_run(int /*fn*/)
void nngIpelet::protected_run(int fn)
{
if(fn == 1){
show_help();
return;
}
std::list<Point_2> pt_list;
read_active_objects(