class in box

This commit is contained in:
Francesco Gatti
2017-08-22 06:37:43 -07:00
parent 37b050a9c8
commit 0119b31455
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -274,6 +274,7 @@ public:
struct box {
int cl;
float x, y, w, h;
};
struct sortable_bbox {