arrows have orientations
This commit is contained in:
parent
669e87f459
commit
349b851f48
|
@ -40,6 +40,7 @@ struct {
|
|||
int x;
|
||||
int y;
|
||||
int z;
|
||||
int o;
|
||||
} typedef Arrow_t;
|
||||
|
||||
struct {
|
||||
|
@ -50,7 +51,7 @@ struct {
|
|||
|
||||
struct {
|
||||
char *label;
|
||||
int narrow;
|
||||
int arrowId;
|
||||
} typedef Site_t;
|
||||
|
||||
struct {
|
||||
|
|
Loading…
Reference in New Issue