Added groups= and groupd_id= params to the [route] layer

This commit is contained in:
AlexeyAB
2019-11-08 01:06:49 +03:00
parent 704bd1138e
commit 0fa9c8f105
4 changed files with 33 additions and 11 deletions

View File

@ -206,6 +206,7 @@ struct layer {
int n;
int max_boxes;
int groups;
int group_id;
int size;
int side;
int stride;