initial commit
This commit is contained in:
7
edge_query.h
Normal file
7
edge_query.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
struct EdgeQuery {
|
||||
int shape_group_id;
|
||||
int shape_id;
|
||||
bool hit; // Do we hit the specified shape_group_id & shape_id?
|
||||
};
|
Reference in New Issue
Block a user