Files
diffvg/edge_query.h
2020-09-03 22:30:30 -04:00

8 lines
143 B
C

#pragma once
struct EdgeQuery {
int shape_group_id;
int shape_id;
bool hit; // Do we hit the specified shape_group_id & shape_id?
};