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